#CCED3E

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

Shades of Pear #CCED3E

Tints of Pear #CCED3E

Color information

#CCED3E (or 0xCCED3E) is unknown color: approx Pear. HEX triplet: CC, ED and 3E. RGB value is (204,237,62). Sum of RGB (Red+Green+Blue) = 204+237+62=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 237 (92.97% from 255 or 47.12% from 503); Blue value is 62 (24.61% from 255 or 12.33% from 503); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCED3E is #3312C1. Grayscale: #CFCFCF. Windows color (decimal): -3347138 or 4124108. OLE color: 4124108.

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

Color convert

RGB20423762-
CMYK0.1400.740.07
HSL71.31º82.94%58.63%-
HSV(B)71.31º73.84%92.94%-
XYZ56.0673.7515.84-
YUV207.1846.07125.73-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.56%
GREEN value IS 237 (92.97% from 255) = 47.12%
BLUE value IS 62 (24.61% from 255) = 12.33%
R=40.56%
G=47.12%
B=12.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal204237620.1400.740.0771.3182.9458.63
HexCCED3EE04A747533b
Octal31435576160112710712373
Binary110011001110110111111011100100101011110001111010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCED3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCED3E; }

 p { color: rgb(204,237,62); }

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

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

 a { background-color: rgb(204,237,62); }

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

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

 span { border-color: rgb(204,237,62); }

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