Shades of Pear #CEEE1D
Tints of Pear #CEEE1D
RGB
CMYK
RGB Variations
Color information
#CEEE1D (or 0xCEEE1D) is known color: Pear. HEX triplet: CE, EE and 1D. RGB value is (206,238,29). Sum of RGB (Red+Green+Blue) = 206+238+29=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 238 (93.36% from 255 or 50.32% from 473); Blue value is 29 (11.72% from 255 or 6.13% from 473); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEE1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEEE1D is #3111E2. Grayscale: #CDCDCD. Windows color (decimal): -3215843 or 1961678. OLE color: 1961678.
HSL color Cylindrical-coordinate representation of color #CEEE1D: hue angle of 69.19º degrees, saturation: 0.86, 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 #CEEE1D is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 238 | 29 | - |
| CMYK | 0.13 | 0 | 0.88 | 0.07 |
| HSL | 69.19º | 0.86% | 0.52% | - |
| HSV(B) | 69.19º | 0.88% | 0.93% | - |
| XYZ | 56.25 | 74.36 | 12.55 | - |
| YUV | 204.61 | 28.9 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 238 | 29 | 0.13 | 0 | 0.88 | 0.07 | 69.19 | 0.86 | 0.52 |
| Hex | CE | EE | 1D | D | 0 | 58 | 7 | 45 | 56 | 34 |
| Octal | 316 | 356 | 35 | 15 | 0 | 130 | 7 | 105 | 126 | 64 |
| Binary | 11001110 | 11101110 | 11101 | 1101 | 0 | 1011000 | 111 | 1000101 | 1010110 | 110100 |
Color Harmonies of #CEEE1D
Complementary color
Monochromatic Colors of #CEEE1D
Black with #CEEE1D
Text Example
Text Example
White with #CEEE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEE1D; }
p { color: rgb(206,238,29); }
H1.HeaderClassName
{
color: #CEEE1D;
}
.AnyTagClassName
{
color: #CEEE1D;
}
</style>
background-color css
<style>
a { background-color: #CEEE1D; }
a { background-color: rgb(206,238,29); }
div.DivClassName
{
background-color: #CEEE1D;
}
.BgClassName
{
background-color: #CEEE1D;
}
</style>
border-color css
<style>
span { border-color: #CEEE1D; }
span { border-color: rgb(206,238,29); }
td.TdClassName
{
border-color: #CEEE1D;
}
.TagClassName
{
border-color: #CEEE1D;
}
</style>