Html Css Color HEX #CCE02A Pear

📋 copy color: '#CCE02A'

red 204 ◦ green 224 ◦ blue 42

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

Shades of Pear #CCE02A

Tints of Pear #CCE02A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.94%

R = 43.4%
G = 47.66%
B = 8.94%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#CCE02A (or 0xCCE02A) is known color: Pear. HEX triplet: CC, E0 and 2A. RGB value is (204,224,42). Sum of RGB (Red+Green+Blue) = 204+224+42=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 224 (87.89% from 255 or 47.66% from 470); Blue value is 42 (16.80% from 255 or 8.94% from 470); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE02A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE02A is #331FD5. Grayscale: #C5C5C5. Windows color (decimal): -3350486 or 2810060. OLE color: 2810060.

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

Color convert

RGB 204 224 42 -
CMYK 0.09 0 0.81 0.12
HSL 66.59º 0.75% 0.52% -
HSV(B) 66.59º 0.81% 0.88% -
XYZ 51.98 66.32 12.25 -
YUV 197.27 40.37 132.8 -
System Red Green Blue C M Y K H S L
Decimal 204 224 42 0.09 0 0.81 0.12 66.59 0.75 0.52
Hex CC E0 2A 9 0 51 C 43 4B 34
Octal 314 340 52 11 0 121 14 103 113 64
Binary 11001100 11100000 101010 1001 0 1010001 1100 1000011 1001011 110100

Color Harmonies of #CCE02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE02A

Black with #CCE02A

Text Example


Text Example

White with #CCE02A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE02A; }

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

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

background-color css

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

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

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

border-color css

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

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

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