Shades of Pear #CCED32
Tints of Pear #CCED32
RGB
CMYK
RGB Variations
Color information
#CCED32 (or 0xCCED32) is known color: Pear. HEX triplet: CC, ED and 32. RGB value is (204,237,50). Sum of RGB (Red+Green+Blue) = 204+237+50=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 237 (92.97% from 255 or 48.27% from 491); Blue value is 50 (19.92% from 255 or 10.18% from 491); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCED32 is #3312CD. Grayscale: #CECECE. Windows color (decimal): -3347150 or 3337676. OLE color: 3337676.
HSL color Cylindrical-coordinate representation of color #CCED32: hue angle of 70.59º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CCED32 is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 237 | 50 | - |
| CMYK | 0.14 | 0 | 0.79 | 0.07 |
| HSL | 70.59º | 0.84% | 0.56% | - |
| HSV(B) | 70.59º | 0.79% | 0.93% | - |
| XYZ | 55.76 | 73.64 | 14.29 | - |
| YUV | 205.82 | 40.07 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 237 | 50 | 0.14 | 0 | 0.79 | 0.07 | 70.59 | 0.84 | 0.56 |
| Hex | CC | ED | 32 | E | 0 | 4F | 7 | 47 | 54 | 38 |
| Octal | 314 | 355 | 62 | 16 | 0 | 117 | 7 | 107 | 124 | 70 |
| Binary | 11001100 | 11101101 | 110010 | 1110 | 0 | 1001111 | 111 | 1000111 | 1010100 | 111000 |
Color Harmonies of #CCED32
Complementary color
Monochromatic Colors of #CCED32
Black with #CCED32
Text Example
Text Example
White with #CCED32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCED32; }
p { color: rgb(204,237,50); }
H1.HeaderClassName
{
color: #CCED32;
}
.AnyTagClassName
{
color: #CCED32;
}
</style>
background-color css
<style>
a { background-color: #CCED32; }
a { background-color: rgb(204,237,50); }
div.DivClassName
{
background-color: #CCED32;
}
.BgClassName
{
background-color: #CCED32;
}
</style>
border-color css
<style>
span { border-color: #CCED32; }
span { border-color: rgb(204,237,50); }
td.TdClassName
{
border-color: #CCED32;
}
.TagClassName
{
border-color: #CCED32;
}
</style>