Html Css Color HEX #CCE12F Pear

📋 copy color: '#CCE12F'

red 204 ◦ green 225 ◦ blue 47

#CCE12F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pear #CCE12F

Tints of Pear #CCE12F

RGB

 RED value IS 204 (80.08% from 255) = 42.86%

 GREEN value IS 225 (88.28% from 255) = 47.27%

 BLUE value IS 47 (18.75% from 255) = 9.87%

R = 42.86%
G = 47.27%
B = 9.87%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CCE12F (or 0xCCE12F) is known color: Pear. HEX triplet: CC, E1 and 2F. RGB value is (204,225,47). Sum of RGB (Red+Green+Blue) = 204+225+47=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 225 (88.28% from 255 or 47.27% from 476); Blue value is 47 (18.75% from 255 or 9.87% from 476); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE12F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE12F is #331ED0. Grayscale: #C7C7C7. Windows color (decimal): -3350225 or 3137996. OLE color: 3137996.

HSL color Cylindrical-coordinate representation of color #CCE12F: hue angle of 67.08º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CCE12F is Cyan = 0.09, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 225 47 -
CMYK 0.09 0 0.79 0.12
HSL 67.08º 0.75% 0.53% -
HSV(B) 67.08º 0.79% 0.88% -
XYZ 52.34 66.89 12.84 -
YUV 198.43 42.54 131.97 -
System Red Green Blue C M Y K H S L
Decimal 204 225 47 0.09 0 0.79 0.12 67.08 0.75 0.53
Hex CC E1 2F 9 0 4F C 43 4B 35
Octal 314 341 57 11 0 117 14 103 113 65
Binary 11001100 11100001 101111 1001 0 1001111 1100 1000011 1001011 110101

Color Harmonies of #CCE12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE12F

Black with #CCE12F

Text Example


Text Example

White with #CCE12F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE12F; }

 p { color: rgb(204,225,47); }

 H1.HeaderClassName
 {
   color: #CCE12F;
 }
 .AnyTagClassName
 {
   color: #CCE12F;
 }
</style>

background-color css

<style>
 a { background-color: #CCE12F; }

 a { background-color: rgb(204,225,47); }

 div.DivClassName
 {
   background-color: #CCE12F;
 }
 .BgClassName
 {
   background-color: #CCE12F;
 }
</style>

border-color css

<style>
 span { border-color: #CCE12F; }

 span { border-color: rgb(204,225,47); }

 td.TdClassName
 {
   border-color: #CCE12F;
 }
 .TagClassName
 {
   border-color: #CCE12F;
 }
</style>