Html Css Color HEX #CCE120 Pear

📋 copy color: '#CCE120'

red 204 ◦ green 225 ◦ blue 32

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

Shades of Pear #CCE120

Tints of Pear #CCE120

RGB

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

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

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

R = 44.25%
G = 48.81%
B = 6.94%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#CCE120 (or 0xCCE120) is known color: Pear. HEX triplet: CC, E1 and 20. RGB value is (204,225,32). Sum of RGB (Red+Green+Blue) = 204+225+32=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 225 (88.28% from 255 or 48.81% from 461); Blue value is 32 (12.89% from 255 or 6.94% from 461); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE120 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE120 is #331EDF. Grayscale: #C5C5C5. Windows color (decimal): -3350240 or 2154956. OLE color: 2154956.

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

Color convert

RGB 204 225 32 -
CMYK 0.09 0 0.86 0.12
HSL 66.53º 0.76% 0.5% -
HSV(B) 66.53º 0.86% 0.88% -
XYZ 52.09 66.79 11.51 -
YUV 196.72 35.04 133.19 -
System Red Green Blue C M Y K H S L
Decimal 204 225 32 0.09 0 0.86 0.12 66.53 0.76 0.5
Hex CC E1 20 9 0 56 C 43 4C 32
Octal 314 341 40 11 0 126 14 103 114 62
Binary 11001100 11100001 100000 1001 0 1010110 1100 1000011 1001100 110010

Color Harmonies of #CCE120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE120

Black with #CCE120

Text Example


Text Example

White with #CCE120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE120; }

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

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

background-color css

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

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

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

border-color css

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

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

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