#CCEC3C

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

Shades of Pear #CCEC3C

Tints of Pear #CCEC3C

Color information

#CCEC3C (or 0xCCEC3C) is unknown color: approx Pear. HEX triplet: CC, EC and 3C. RGB value is (204,236,60). Sum of RGB (Red+Green+Blue) = 204+236+60=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 236 (92.58% from 255 or 47.2% from 500); Blue value is 60 (23.83% from 255 or 12% from 500); Max value from RGB is 236 - color contains mainly: green. Hex color #CCEC3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEC3C is #3313C3. Grayscale: #CFCFCF. Windows color (decimal): -3347396 or 3992780. OLE color: 3992780.

HSL color Cylindrical-coordinate representation of color #CCEC3C: hue angle of 70.91º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CCEC3C is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB20423660-
CMYK0.1400.750.07
HSL70.91º82.24%58.04%-
HSV(B)70.91º74.58%92.55%-
XYZ55.7173.1515.46-
YUV206.3745.4126.31-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.8%
GREEN value IS 236 (92.58% from 255) = 47.2%
BLUE value IS 60 (23.83% from 255) = 12%
R=40.8%
G=47.2%
B=12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal204236600.1400.750.0770.9182.2458.04
HexCCEC3CE04B747523a
Octal31435474160113710712272
Binary110011001110110011110011100100101111110001111010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEC3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEC3C; }

 p { color: rgb(204,236,60); }

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

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

 a { background-color: rgb(204,236,60); }

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

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

 span { border-color: rgb(204,236,60); }

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