Html Css Color HEX #CCE02F Pear

📋 copy color: '#CCE02F'

red 204 ◦ green 224 ◦ blue 47

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

Shades of Pear #CCE02F

Tints of Pear #CCE02F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.89%

R = 42.95%
G = 47.16%
B = 9.89%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#CCE02F (or 0xCCE02F) is known color: Pear. HEX triplet: CC, E0 and 2F. RGB value is (204,224,47). Sum of RGB (Red+Green+Blue) = 204+224+47=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 224 (87.89% from 255 or 47.16% from 475); Blue value is 47 (18.75% from 255 or 9.89% from 475); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE02F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE02F is #331FD0. Grayscale: #C6C6C6. Windows color (decimal): -3350481 or 3137740. OLE color: 3137740.

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

Color convert

RGB 204 224 47 -
CMYK 0.09 0 0.79 0.12
HSL 66.78º 0.74% 0.53% -
HSV(B) 66.78º 0.79% 0.88% -
XYZ 52.07 66.35 12.75 -
YUV 197.84 42.87 132.39 -
System Red Green Blue C M Y K H S L
Decimal 204 224 47 0.09 0 0.79 0.12 66.78 0.74 0.53
Hex CC E0 2F 9 0 4F C 43 4A 35
Octal 314 340 57 11 0 117 14 103 112 65
Binary 11001100 11100000 101111 1001 0 1001111 1100 1000011 1001010 110101

Color Harmonies of #CCE02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE02F

Black with #CCE02F

Text Example


Text Example

White with #CCE02F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE02F; }

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

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

background-color css

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

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

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

border-color css

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

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

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