Html Css Color HEX #CCE532 Pear

📋 copy color: '#CCE532'

red 204 ◦ green 229 ◦ blue 50

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

Shades of Pear #CCE532

Tints of Pear #CCE532

RGB

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

 GREEN value IS 229 (89.84% from 255) = 47.41%

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

R = 42.24%
G = 47.41%
B = 10.35%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#CCE532 (or 0xCCE532) is known color: Pear. HEX triplet: CC, E5 and 32. RGB value is (204,229,50). Sum of RGB (Red+Green+Blue) = 204+229+50=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 229 (89.84% from 255 or 47.41% from 483); Blue value is 50 (19.92% from 255 or 10.35% from 483); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE532 is #331ACD. Grayscale: #C9C9C9. Windows color (decimal): -3349198 or 3335628. OLE color: 3335628.

HSL color Cylindrical-coordinate representation of color #CCE532: hue angle of 68.38º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CCE532 is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.

Color convert

RGB 204 229 50 -
CMYK 0.11 0 0.78 0.10
HSL 68.38º 0.77% 0.55% -
HSV(B) 68.38º 0.78% 0.9% -
XYZ 53.5 69.11 13.54 -
YUV 201.12 42.72 130.05 -
System Red Green Blue C M Y K H S L
Decimal 204 229 50 0.11 0 0.78 0.10 68.38 0.77 0.55
Hex CC E5 32 B 0 4E A 44 4D 37
Octal 314 345 62 13 0 116 12 104 115 67
Binary 11001100 11100101 110010 1011 0 1001110 1010 1000100 1001101 110111

Color Harmonies of #CCE532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE532

Black with #CCE532

Text Example


Text Example

White with #CCE532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE532; }

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

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

background-color css

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

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

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

border-color css

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

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

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