Shades of Pear #CEEC1D
Tints of Pear #CEEC1D
RGB
CMYK
RGB Variations
Color information
#CEEC1D (or 0xCEEC1D) is known color: Pear. HEX triplet: CE, EC and 1D. RGB value is (206,236,29). Sum of RGB (Red+Green+Blue) = 206+236+29=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 236 (92.58% from 255 or 50.11% from 471); Blue value is 29 (11.72% from 255 or 6.16% from 471); Max value from RGB is 236 - color contains mainly: green. Hex color #CEEC1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEEC1D is #3113E2. Grayscale: #CCCCCC. Windows color (decimal): -3216355 or 1961166. OLE color: 1961166.
HSL color Cylindrical-coordinate representation of color #CEEC1D: hue angle of 68.7º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CEEC1D is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 236 | 29 | - |
| CMYK | 0.13 | 0 | 0.88 | 0.07 |
| HSL | 68.7º | 0.84% | 0.52% | - |
| HSV(B) | 68.7º | 0.88% | 0.93% | - |
| XYZ | 55.67 | 73.2 | 12.36 | - |
| YUV | 203.43 | 29.56 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 236 | 29 | 0.13 | 0 | 0.88 | 0.07 | 68.7 | 0.84 | 0.52 |
| Hex | CE | EC | 1D | D | 0 | 58 | 7 | 45 | 54 | 34 |
| Octal | 316 | 354 | 35 | 15 | 0 | 130 | 7 | 105 | 124 | 64 |
| Binary | 11001110 | 11101100 | 11101 | 1101 | 0 | 1011000 | 111 | 1000101 | 1010100 | 110100 |
Color Harmonies of #CEEC1D
Complementary color
Monochromatic Colors of #CEEC1D
Black with #CEEC1D
Text Example
Text Example
White with #CEEC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEC1D; }
p { color: rgb(206,236,29); }
H1.HeaderClassName
{
color: #CEEC1D;
}
.AnyTagClassName
{
color: #CEEC1D;
}
</style>
background-color css
<style>
a { background-color: #CEEC1D; }
a { background-color: rgb(206,236,29); }
div.DivClassName
{
background-color: #CEEC1D;
}
.BgClassName
{
background-color: #CEEC1D;
}
</style>
border-color css
<style>
span { border-color: #CEEC1D; }
span { border-color: rgb(206,236,29); }
td.TdClassName
{
border-color: #CEEC1D;
}
.TagClassName
{
border-color: #CEEC1D;
}
</style>