Shades of Pear #CEEC40
Tints of Pear #CEEC40
RGB
CMYK
RGB Variations
Color information
#CEEC40 (or 0xCEEC40) is known color: Pear. HEX triplet: CE, EC and 40. RGB value is (206,236,64). Sum of RGB (Red+Green+Blue) = 206+236+64=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 236 (92.58% from 255 or 46.64% from 506); Blue value is 64 (25.39% from 255 or 12.65% from 506); Max value from RGB is 236 - color contains mainly: green. Hex color #CEEC40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEEC40 is #3113BF. Grayscale: #D0D0D0. Windows color (decimal): -3216320 or 4254926. OLE color: 4254926.
HSL color Cylindrical-coordinate representation of color #CEEC40: hue angle of 70.47º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CEEC40 is Cyan = 0.13, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 236 | 64 | - |
| CMYK | 0.13 | 0 | 0.73 | 0.07 |
| HSL | 70.47º | 0.82% | 0.59% | - |
| HSV(B) | 70.47º | 0.73% | 0.93% | - |
| XYZ | 56.37 | 73.48 | 16.06 | - |
| YUV | 207.42 | 47.06 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 236 | 64 | 0.13 | 0 | 0.73 | 0.07 | 70.47 | 0.82 | 0.59 |
| Hex | CE | EC | 40 | D | 0 | 49 | 7 | 46 | 52 | 3B |
| Octal | 316 | 354 | 100 | 15 | 0 | 111 | 7 | 106 | 122 | 73 |
| Binary | 11001110 | 11101100 | 1000000 | 1101 | 0 | 1001001 | 111 | 1000110 | 1010010 | 111011 |
Color Harmonies of #CEEC40
Complementary color
Monochromatic Colors of #CEEC40
Black with #CEEC40
Text Example
Text Example
White with #CEEC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEC40; }
p { color: rgb(206,236,64); }
H1.HeaderClassName
{
color: #CEEC40;
}
.AnyTagClassName
{
color: #CEEC40;
}
</style>
background-color css
<style>
a { background-color: #CEEC40; }
a { background-color: rgb(206,236,64); }
div.DivClassName
{
background-color: #CEEC40;
}
.BgClassName
{
background-color: #CEEC40;
}
</style>
border-color css
<style>
span { border-color: #CEEC40; }
span { border-color: rgb(206,236,64); }
td.TdClassName
{
border-color: #CEEC40;
}
.TagClassName
{
border-color: #CEEC40;
}
</style>