Shades of Pear #CCED2A
Tints of Pear #CCED2A
RGB
CMYK
RGB Variations
Color information
#CCED2A (or 0xCCED2A) is known color: Pear. HEX triplet: CC, ED and 2A. RGB value is (204,237,42). Sum of RGB (Red+Green+Blue) = 204+237+42=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 237 (92.97% from 255 or 49.07% from 483); Blue value is 42 (16.80% from 255 or 8.70% from 483); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCED2A is #3312D5. Grayscale: #CDCDCD. Windows color (decimal): -3347158 or 2813388. OLE color: 2813388.
HSL color Cylindrical-coordinate representation of color #CCED2A: hue angle of 70.15º 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 #CCED2A is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 237 | 42 | - |
| CMYK | 0.14 | 0 | 0.82 | 0.07 |
| HSL | 70.15º | 0.84% | 0.55% | - |
| HSV(B) | 70.15º | 0.82% | 0.93% | - |
| XYZ | 55.6 | 73.57 | 13.46 | - |
| YUV | 204.9 | 36.07 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 237 | 42 | 0.14 | 0 | 0.82 | 0.07 | 70.15 | 0.84 | 0.55 |
| Hex | CC | ED | 2A | E | 0 | 52 | 7 | 46 | 54 | 37 |
| Octal | 314 | 355 | 52 | 16 | 0 | 122 | 7 | 106 | 124 | 67 |
| Binary | 11001100 | 11101101 | 101010 | 1110 | 0 | 1010010 | 111 | 1000110 | 1010100 | 110111 |
Color Harmonies of #CCED2A
Complementary color
Monochromatic Colors of #CCED2A
Black with #CCED2A
Text Example
Text Example
White with #CCED2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCED2A; }
p { color: rgb(204,237,42); }
H1.HeaderClassName
{
color: #CCED2A;
}
.AnyTagClassName
{
color: #CCED2A;
}
</style>
background-color css
<style>
a { background-color: #CCED2A; }
a { background-color: rgb(204,237,42); }
div.DivClassName
{
background-color: #CCED2A;
}
.BgClassName
{
background-color: #CCED2A;
}
</style>
border-color css
<style>
span { border-color: #CCED2A; }
span { border-color: rgb(204,237,42); }
td.TdClassName
{
border-color: #CCED2A;
}
.TagClassName
{
border-color: #CCED2A;
}
</style>