Html Css Color HEX #CCE02C Pear

📋 copy color: '#CCE02C'

red 204 ◦ green 224 ◦ blue 44

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

Shades of Pear #CCE02C

Tints of Pear #CCE02C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.32%

R = 43.22%
G = 47.46%
B = 9.32%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#CCE02C (or 0xCCE02C) is known color: Pear. HEX triplet: CC, E0 and 2C. RGB value is (204,224,44). Sum of RGB (Red+Green+Blue) = 204+224+44=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 224 (87.89% from 255 or 47.46% from 472); Blue value is 44 (17.58% from 255 or 9.32% from 472); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE02C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE02C is #331FD3. Grayscale: #C6C6C6. Windows color (decimal): -3350484 or 2941132. OLE color: 2941132.

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

Color convert

RGB 204 224 44 -
CMYK 0.09 0 0.80 0.12
HSL 66.67º 0.74% 0.53% -
HSV(B) 66.67º 0.8% 0.88% -
XYZ 52.01 66.33 12.44 -
YUV 197.5 41.37 132.64 -
System Red Green Blue C M Y K H S L
Decimal 204 224 44 0.09 0 0.80 0.12 66.67 0.74 0.53
Hex CC E0 2C 9 0 50 C 43 4A 35
Octal 314 340 54 11 0 120 14 103 112 65
Binary 11001100 11100000 101100 1001 0 1010000 1100 1000011 1001010 110101

Color Harmonies of #CCE02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE02C

Black with #CCE02C

Text Example


Text Example

White with #CCE02C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE02C; }

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

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

background-color css

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

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

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

border-color css

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

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

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