Html Css Color HEX #CCE11D Pear

📋 copy color: '#CCE11D'

red 204 ◦ green 225 ◦ blue 29

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

Shades of Pear #CCE11D

Tints of Pear #CCE11D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.33%

R = 44.54%
G = 49.13%
B = 6.33%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#CCE11D (or 0xCCE11D) is known color: Pear. HEX triplet: CC, E1 and 1D. RGB value is (204,225,29). Sum of RGB (Red+Green+Blue) = 204+225+29=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 225 (88.28% from 255 or 49.13% from 458); Blue value is 29 (11.72% from 255 or 6.33% from 458); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE11D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE11D is #331EE2. Grayscale: #C5C5C5. Windows color (decimal): -3350243 or 1958348. OLE color: 1958348.

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

Color convert

RGB 204 225 29 -
CMYK 0.09 0 0.87 0.12
HSL 66.43º 0.77% 0.5% -
HSV(B) 66.43º 0.87% 0.88% -
XYZ 52.05 66.78 11.31 -
YUV 196.38 33.54 133.44 -
System Red Green Blue C M Y K H S L
Decimal 204 225 29 0.09 0 0.87 0.12 66.43 0.77 0.5
Hex CC E1 1D 9 0 57 C 42 4D 32
Octal 314 341 35 11 0 127 14 102 115 62
Binary 11001100 11100001 11101 1001 0 1010111 1100 1000010 1001101 110010

Color Harmonies of #CCE11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE11D

Black with #CCE11D

Text Example


Text Example

White with #CCE11D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE11D; }

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

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

background-color css

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

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

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

border-color css

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

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

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