Html Css Color HEX #CCE032 Pear

📋 copy color: '#CCE032'

red 204 ◦ green 224 ◦ blue 50

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

Shades of Pear #CCE032

Tints of Pear #CCE032

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46.86%

 BLUE value IS 50 (19.92% from 255) = 10.46%

R = 42.68%
G = 46.86%
B = 10.46%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#CCE032 (or 0xCCE032) is known color: Pear. HEX triplet: CC, E0 and 32. RGB value is (204,224,50). Sum of RGB (Red+Green+Blue) = 204+224+50=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 224 (87.89% from 255 or 46.86% from 478); Blue value is 50 (19.92% from 255 or 10.46% from 478); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE032 is #331FCD. Grayscale: #C6C6C6. Windows color (decimal): -3350478 or 3334348. OLE color: 3334348.

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

Color convert

RGB 204 224 50 -
CMYK 0.09 0 0.78 0.12
HSL 66.9º 0.74% 0.54% -
HSV(B) 66.9º 0.78% 0.88% -
XYZ 52.13 66.38 13.08 -
YUV 198.18 44.37 132.15 -
System Red Green Blue C M Y K H S L
Decimal 204 224 50 0.09 0 0.78 0.12 66.9 0.74 0.54
Hex CC E0 32 9 0 4E C 43 4A 36
Octal 314 340 62 11 0 116 14 103 112 66
Binary 11001100 11100000 110010 1001 0 1001110 1100 1000011 1001010 110110

Color Harmonies of #CCE032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE032

Black with #CCE032

Text Example


Text Example

White with #CCE032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE032; }

 p { color: rgb(204,224,50); }

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

background-color css

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

 a { background-color: rgb(204,224,50); }

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

border-color css

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

 span { border-color: rgb(204,224,50); }

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