Shades of Pear #CEE31D
Tints of Pear #CEE31D
RGB
CMYK
RGB Variations
Color information
#CEE31D (or 0xCEE31D) is known color: Pear. HEX triplet: CE, E3 and 1D. RGB value is (206,227,29). Sum of RGB (Red+Green+Blue) = 206+227+29=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 227 (89.06% from 255 or 49.13% from 462); Blue value is 29 (11.72% from 255 or 6.28% from 462); Max value from RGB is 227 - color contains mainly: green. Hex color #CEE31D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE31D is #311CE2. Grayscale: #C6C6C6. Windows color (decimal): -3218659 or 1958862. OLE color: 1958862.
HSL color Cylindrical-coordinate representation of color #CEE31D: hue angle of 66.36º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CEE31D is Cyan = 0.09, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 227 | 29 | - |
| CMYK | 0.09 | 0 | 0.87 | 0.11 |
| HSL | 66.36º | 0.78% | 0.5% | - |
| HSV(B) | 66.36º | 0.87% | 0.89% | - |
| XYZ | 53.14 | 68.15 | 11.52 | - |
| YUV | 198.15 | 32.54 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 227 | 29 | 0.09 | 0 | 0.87 | 0.11 | 66.36 | 0.78 | 0.5 |
| Hex | CE | E3 | 1D | 9 | 0 | 57 | B | 42 | 4E | 32 |
| Octal | 316 | 343 | 35 | 11 | 0 | 127 | 13 | 102 | 116 | 62 |
| Binary | 11001110 | 11100011 | 11101 | 1001 | 0 | 1010111 | 1011 | 1000010 | 1001110 | 110010 |
Color Harmonies of #CEE31D
Complementary color
Monochromatic Colors of #CEE31D
Black with #CEE31D
Text Example
Text Example
White with #CEE31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE31D; }
p { color: rgb(206,227,29); }
H1.HeaderClassName
{
color: #CEE31D;
}
.AnyTagClassName
{
color: #CEE31D;
}
</style>
background-color css
<style>
a { background-color: #CEE31D; }
a { background-color: rgb(206,227,29); }
div.DivClassName
{
background-color: #CEE31D;
}
.BgClassName
{
background-color: #CEE31D;
}
</style>
border-color css
<style>
span { border-color: #CEE31D; }
span { border-color: rgb(206,227,29); }
td.TdClassName
{
border-color: #CEE31D;
}
.TagClassName
{
border-color: #CEE31D;
}
</style>