Html Css Color HEX #CCE132 Pear

📋 copy color: '#CCE132'

red 204 ◦ green 225 ◦ blue 50

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

Shades of Pear #CCE132

Tints of Pear #CCE132

RGB

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

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

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

R = 42.59%
G = 46.97%
B = 10.44%

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

#CCE132 (or 0xCCE132) is known color: Pear. HEX triplet: CC, E1 and 32. RGB value is (204,225,50). Sum of RGB (Red+Green+Blue) = 204+225+50=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 225 (88.28% from 255 or 46.97% from 479); Blue value is 50 (19.92% from 255 or 10.44% from 479); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE132 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE132 is #331ECD. Grayscale: #C7C7C7. Windows color (decimal): -3350222 or 3334604. OLE color: 3334604.

HSL color Cylindrical-coordinate representation of color #CCE132: hue angle of 67.2º 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 #CCE132 is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 225 50 -
CMYK 0.09 0 0.78 0.12
HSL 67.2º 0.74% 0.54% -
HSV(B) 67.2º 0.78% 0.88% -
XYZ 52.4 66.92 13.17 -
YUV 198.77 44.04 131.73 -
System Red Green Blue C M Y K H S L
Decimal 204 225 50 0.09 0 0.78 0.12 67.2 0.74 0.54
Hex CC E1 32 9 0 4E C 43 4A 36
Octal 314 341 62 11 0 116 14 103 112 66
Binary 11001100 11100001 110010 1001 0 1001110 1100 1000011 1001010 110110

Color Harmonies of #CCE132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE132

Black with #CCE132

Text Example


Text Example

White with #CCE132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE132; }

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

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

background-color css

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

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

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

border-color css

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

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

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