Html Css Color HEX #CCE420 Pear

📋 copy color: '#CCE420'

red 204 ◦ green 228 ◦ blue 32

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

Shades of Pear #CCE420

Tints of Pear #CCE420

RGB

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

 GREEN value IS 228 (89.45% from 255) = 49.14%

 BLUE value IS 32 (12.89% from 255) = 6.9%

R = 43.97%
G = 49.14%
B = 6.9%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#CCE420 (or 0xCCE420) is known color: Pear. HEX triplet: CC, E4 and 20. RGB value is (204,228,32). Sum of RGB (Red+Green+Blue) = 204+228+32=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 228 (89.45% from 255 or 49.14% from 464); Blue value is 32 (12.89% from 255 or 6.90% from 464); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE420 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE420 is #331BDF. Grayscale: #C7C7C7. Windows color (decimal): -3349472 or 2155724. OLE color: 2155724.

HSL color Cylindrical-coordinate representation of color #CCE420: hue angle of 67.35º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CCE420 is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 204 228 32 -
CMYK 0.11 0 0.86 0.11
HSL 67.35º 0.78% 0.51% -
HSV(B) 67.35º 0.86% 0.89% -
XYZ 52.91 68.43 11.79 -
YUV 198.48 34.05 131.94 -
System Red Green Blue C M Y K H S L
Decimal 204 228 32 0.11 0 0.86 0.11 67.35 0.78 0.51
Hex CC E4 20 B 0 56 B 43 4E 33
Octal 314 344 40 13 0 126 13 103 116 63
Binary 11001100 11100100 100000 1011 0 1010110 1011 1000011 1001110 110011

Color Harmonies of #CCE420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE420

Black with #CCE420

Text Example


Text Example

White with #CCE420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE420; }

 p { color: rgb(204,228,32); }

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

background-color css

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

 a { background-color: rgb(204,228,32); }

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

border-color css

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

 span { border-color: rgb(204,228,32); }

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