#CCEA28

Color #CCEA28 Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #CCEA28

Tints of Pear #CCEA28

Color information

#CCEA28 (or 0xCCEA28) is unknown color: approx Pear. HEX triplet: CC, EA and 28. RGB value is (204,234,40). Sum of RGB (Red+Green+Blue) = 204+234+40=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 234 (91.80% from 255 or 48.95% from 478); Blue value is 40 (16.02% from 255 or 8.37% from 478); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEA28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEA28 is #3315D7. Grayscale: #CBCBCB. Windows color (decimal): -3347928 or 2681548. OLE color: 2681548.

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

Color convert

RGB20423440-
CMYK0.1300.830.08
HSL69.28º82.2%53.73%-
HSV(B)69.28º82.91%91.76%-
XYZ54.7171.8412.99-
YUV202.9136.06128.77-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.68%
GREEN value IS 234 (91.80% from 255) = 48.95%
BLUE value IS 40 (16.02% from 255) = 8.37%
R=42.68%
G=48.95%
B=8.37%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal204234400.1300.830.0869.2882.253.73
HexCCEA28D0538455236
Octal314352501501231010512266
Binary1100110011101010101000110101010011100010001011010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEA28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEA28; }

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

 H1.HeaderClassName
 {
   color: #CCEA28;
 }
 .AnyTagClassName
 {
   color: #CCEA28;
 }
</style>
background-color css

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

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

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

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

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

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