Shades of Pear #CEEC42
Tints of Pear #CEEC42
RGB
CMYK
RGB Variations
Color information
#CEEC42 (or 0xCEEC42) is known color: Pear. HEX triplet: CE, EC and 42. RGB value is (206,236,66). Sum of RGB (Red+Green+Blue) = 206+236+66=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 236 (92.58% from 255 or 46.46% from 508); Blue value is 66 (26.17% from 255 or 12.99% from 508); Max value from RGB is 236 - color contains mainly: green. Hex color #CEEC42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEEC42 is #3113BD. Grayscale: #D0D0D0. Windows color (decimal): -3216318 or 4385998. OLE color: 4385998.
HSL color Cylindrical-coordinate representation of color #CEEC42: hue angle of 70.59º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CEEC42 is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 236 | 66 | - |
| CMYK | 0.13 | 0 | 0.72 | 0.07 |
| HSL | 70.59º | 0.82% | 0.59% | - |
| HSV(B) | 70.59º | 0.72% | 0.93% | - |
| XYZ | 56.43 | 73.51 | 16.37 | - |
| YUV | 207.65 | 48.06 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 236 | 66 | 0.13 | 0 | 0.72 | 0.07 | 70.59 | 0.82 | 0.59 |
| Hex | CE | EC | 42 | D | 0 | 48 | 7 | 47 | 52 | 3B |
| Octal | 316 | 354 | 102 | 15 | 0 | 110 | 7 | 107 | 122 | 73 |
| Binary | 11001110 | 11101100 | 1000010 | 1101 | 0 | 1001000 | 111 | 1000111 | 1010010 | 111011 |
Color Harmonies of #CEEC42
Complementary color
Monochromatic Colors of #CEEC42
Black with #CEEC42
Text Example
Text Example
White with #CEEC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEC42; }
p { color: rgb(206,236,66); }
H1.HeaderClassName
{
color: #CEEC42;
}
.AnyTagClassName
{
color: #CEEC42;
}
</style>
background-color css
<style>
a { background-color: #CEEC42; }
a { background-color: rgb(206,236,66); }
div.DivClassName
{
background-color: #CEEC42;
}
.BgClassName
{
background-color: #CEEC42;
}
</style>
border-color css
<style>
span { border-color: #CEEC42; }
span { border-color: rgb(206,236,66); }
td.TdClassName
{
border-color: #CEEC42;
}
.TagClassName
{
border-color: #CEEC42;
}
</style>