Html Css Color HEX #CCE124 Pear

📋 copy color: '#CCE124'

red 204 ◦ green 225 ◦ blue 36

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

Shades of Pear #CCE124

Tints of Pear #CCE124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 7.74%

R = 43.87%
G = 48.39%
B = 7.74%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#CCE124 (or 0xCCE124) is known color: Pear. HEX triplet: CC, E1 and 24. RGB value is (204,225,36). Sum of RGB (Red+Green+Blue) = 204+225+36=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 225 (88.28% from 255 or 48.39% from 465); Blue value is 36 (14.45% from 255 or 7.74% from 465); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE124 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE124 is #331EDB. Grayscale: #C5C5C5. Windows color (decimal): -3350236 or 2417100. OLE color: 2417100.

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

Color convert

RGB 204 225 36 -
CMYK 0.09 0 0.84 0.12
HSL 66.67º 0.76% 0.51% -
HSV(B) 66.67º 0.84% 0.88% -
XYZ 52.15 66.82 11.82 -
YUV 197.18 37.04 132.87 -
System Red Green Blue C M Y K H S L
Decimal 204 225 36 0.09 0 0.84 0.12 66.67 0.76 0.51
Hex CC E1 24 9 0 54 C 43 4C 33
Octal 314 341 44 11 0 124 14 103 114 63
Binary 11001100 11100001 100100 1001 0 1010100 1100 1000011 1001100 110011

Color Harmonies of #CCE124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE124

Black with #CCE124

Text Example


Text Example

White with #CCE124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE124; }

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

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

background-color css

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

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

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

border-color css

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

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

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