Html Css Color HEX #CCE022 Pear

📋 copy color: '#CCE022'

red 204 ◦ green 224 ◦ blue 34

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

Shades of Pear #CCE022

Tints of Pear #CCE022

RGB

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

 GREEN value IS 224 (87.89% from 255) = 48.48%

 BLUE value IS 34 (13.67% from 255) = 7.36%

R = 44.16%
G = 48.48%
B = 7.36%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#CCE022 (or 0xCCE022) is known color: Pear. HEX triplet: CC, E0 and 22. RGB value is (204,224,34). Sum of RGB (Red+Green+Blue) = 204+224+34=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 224 (87.89% from 255 or 48.48% from 462); Blue value is 34 (13.67% from 255 or 7.36% from 462); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE022 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE022 is #331FDD. Grayscale: #C5C5C5. Windows color (decimal): -3350494 or 2285772. OLE color: 2285772.

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

Color convert

RGB 204 224 34 -
CMYK 0.09 0 0.85 0.12
HSL 66.32º 0.75% 0.51% -
HSV(B) 66.32º 0.85% 0.88% -
XYZ 51.85 66.26 11.57 -
YUV 196.36 36.37 133.45 -
System Red Green Blue C M Y K H S L
Decimal 204 224 34 0.09 0 0.85 0.12 66.32 0.75 0.51
Hex CC E0 22 9 0 55 C 42 4B 33
Octal 314 340 42 11 0 125 14 102 113 63
Binary 11001100 11100000 100010 1001 0 1010101 1100 1000010 1001011 110011

Color Harmonies of #CCE022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE022

Black with #CCE022

Text Example


Text Example

White with #CCE022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE022; }

 p { color: rgb(204,224,34); }

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

background-color css

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

 a { background-color: rgb(204,224,34); }

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

border-color css

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

 span { border-color: rgb(204,224,34); }

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