Html Css Color HEX #CCEA20 Pear

📋 copy color: '#CCEA20'

red 204 ◦ green 234 ◦ blue 32

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

Shades of Pear #CCEA20

Tints of Pear #CCEA20

RGB

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

 GREEN value IS 234 (91.8% from 255) = 49.79%

 BLUE value IS 32 (12.89% from 255) = 6.81%

R = 43.4%
G = 49.79%
B = 6.81%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#CCEA20 (or 0xCCEA20) is known color: Pear. HEX triplet: CC, EA and 20. RGB value is (204,234,32). Sum of RGB (Red+Green+Blue) = 204+234+32=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 234 (91.80% from 255 or 49.79% from 470); Blue value is 32 (12.89% from 255 or 6.81% from 470); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEA20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEA20 is #3315DF. Grayscale: #CACACA. Windows color (decimal): -3347936 or 2157260. OLE color: 2157260.

HSL color Cylindrical-coordinate representation of color #CCEA20: hue angle of 68.91º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CCEA20 is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 234 32 -
CMYK 0.13 0 0.86 0.08
HSL 68.91º 0.83% 0.52% -
HSV(B) 68.91º 0.86% 0.92% -
XYZ 54.59 71.79 12.35 -
YUV 202 32.06 129.43 -
System Red Green Blue C M Y K H S L
Decimal 204 234 32 0.13 0 0.86 0.08 68.91 0.83 0.52
Hex CC EA 20 D 0 56 8 45 53 34
Octal 314 352 40 15 0 126 10 105 123 64
Binary 11001100 11101010 100000 1101 0 1010110 1000 1000101 1010011 110100

Color Harmonies of #CCEA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEA20

Black with #CCEA20

Text Example


Text Example

White with #CCEA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEA20; }

 p { color: rgb(204,234,32); }

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

background-color css

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

 a { background-color: rgb(204,234,32); }

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

border-color css

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

 span { border-color: rgb(204,234,32); }

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