Shades of Pear #CEEC32
Tints of Pear #CEEC32
RGB
CMYK
RGB Variations
Color information
#CEEC32 (or 0xCEEC32) is known color: Pear. HEX triplet: CE, EC and 32. RGB value is (206,236,50). Sum of RGB (Red+Green+Blue) = 206+236+50=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 236 (92.58% from 255 or 47.97% from 492); Blue value is 50 (19.92% from 255 or 10.16% from 492); Max value from RGB is 236 - color contains mainly: green. Hex color #CEEC32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEEC32 is #3113CD. Grayscale: #CECECE. Windows color (decimal): -3216334 or 3337422. OLE color: 3337422.
HSL color Cylindrical-coordinate representation of color #CEEC32: hue angle of 69.68º degrees, saturation: 0.83, 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 #CEEC32 is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 236 | 50 | - |
| CMYK | 0.13 | 0 | 0.79 | 0.07 |
| HSL | 69.68º | 0.83% | 0.56% | - |
| HSV(B) | 69.68º | 0.79% | 0.93% | - |
| XYZ | 56.02 | 73.34 | 14.22 | - |
| YUV | 205.83 | 40.06 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 236 | 50 | 0.13 | 0 | 0.79 | 0.07 | 69.68 | 0.83 | 0.56 |
| Hex | CE | EC | 32 | D | 0 | 4F | 7 | 46 | 53 | 38 |
| Octal | 316 | 354 | 62 | 15 | 0 | 117 | 7 | 106 | 123 | 70 |
| Binary | 11001110 | 11101100 | 110010 | 1101 | 0 | 1001111 | 111 | 1000110 | 1010011 | 111000 |
Color Harmonies of #CEEC32
Complementary color
Monochromatic Colors of #CEEC32
Black with #CEEC32
Text Example
Text Example
White with #CEEC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEC32; }
p { color: rgb(206,236,50); }
H1.HeaderClassName
{
color: #CEEC32;
}
.AnyTagClassName
{
color: #CEEC32;
}
</style>
background-color css
<style>
a { background-color: #CEEC32; }
a { background-color: rgb(206,236,50); }
div.DivClassName
{
background-color: #CEEC32;
}
.BgClassName
{
background-color: #CEEC32;
}
</style>
border-color css
<style>
span { border-color: #CEEC32; }
span { border-color: rgb(206,236,50); }
td.TdClassName
{
border-color: #CEEC32;
}
.TagClassName
{
border-color: #CEEC32;
}
</style>