#CCEC29

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

Shades of Pear #CCEC29

Tints of Pear #CCEC29

Color information

#CCEC29 (or 0xCCEC29) is unknown color: approx Pear. HEX triplet: CC, EC and 29. RGB value is (204,236,41). Sum of RGB (Red+Green+Blue) = 204+236+41=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 236 (92.58% from 255 or 49.06% from 481); Blue value is 41 (16.41% from 255 or 8.52% from 481); Max value from RGB is 236 - color contains mainly: green. Hex color #CCEC29 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEC29 is #3313D6. Grayscale: #CCCCCC. Windows color (decimal): -3347415 or 2747596. OLE color: 2747596.

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

Color convert

RGB20423641-
CMYK0.1400.830.07
HSL69.85º83.69%54.31%-
HSV(B)69.85º82.63%92.55%-
XYZ55.372.9913.27-
YUV204.235.9127.86-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.41%
GREEN value IS 236 (92.58% from 255) = 49.06%
BLUE value IS 41 (16.41% from 255) = 8.52%
R=42.41%
G=49.06%
B=8.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal204236410.1400.830.0769.8583.6954.31
HexCCEC29E0537465436
Octal31435451160123710612466
Binary110011001110110010100111100101001111110001101010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEC29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEC29; }

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

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

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

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

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

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

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

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