#CCEC2B

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

Shades of Pear #CCEC2B

Tints of Pear #CCEC2B

Color information

#CCEC2B (or 0xCCEC2B) is unknown color: approx Pear. HEX triplet: CC, EC and 2B. RGB value is (204,236,43). Sum of RGB (Red+Green+Blue) = 204+236+43=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 236 (92.58% from 255 or 48.86% from 483); Blue value is 43 (17.19% from 255 or 8.90% from 483); Max value from RGB is 236 - color contains mainly: green. Hex color #CCEC2B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEC2B is #3313D4. Grayscale: #CDCDCD. Windows color (decimal): -3347413 or 2878668. OLE color: 2878668.

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

Color convert

RGB20423643-
CMYK0.1400.820.07
HSL69.95º83.55%54.71%-
HSV(B)69.95º81.78%92.55%-
XYZ55.337313.46-
YUV204.4336.9127.69-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.24%
GREEN value IS 236 (92.58% from 255) = 48.86%
BLUE value IS 43 (17.19% from 255) = 8.90%
R=42.24%
G=48.86%
B=8.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal204236430.1400.820.0769.9583.5554.71
HexCCEC2BE0527465437
Octal31435453160122710612467
Binary110011001110110010101111100101001011110001101010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEC2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEC2B; }

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

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

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

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

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

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

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

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