Shades of Pear #CEE62D
Tints of Pear #CEE62D
RGB
CMYK
RGB Variations
Color information
#CEE62D (or 0xCEE62D) is known color: Pear. HEX triplet: CE, E6 and 2D. RGB value is (206,230,45). Sum of RGB (Red+Green+Blue) = 206+230+45=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 230 (90.23% from 255 or 47.82% from 481); Blue value is 45 (17.97% from 255 or 9.36% from 481); Max value from RGB is 230 - color contains mainly: green. Hex color #CEE62D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEE62D is #3119D2. Grayscale: #CACACA. Windows color (decimal): -3217875 or 3008206. OLE color: 3008206.
HSL color Cylindrical-coordinate representation of color #CEE62D: hue angle of 67.78º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CEE62D is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 230 | 45 | - |
| CMYK | 0.10 | 0 | 0.80 | 0.10 |
| HSL | 67.78º | 0.79% | 0.54% | - |
| HSV(B) | 67.78º | 0.8% | 0.9% | - |
| XYZ | 54.22 | 69.9 | 13.12 | - |
| YUV | 201.73 | 39.55 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 230 | 45 | 0.10 | 0 | 0.80 | 0.10 | 67.78 | 0.79 | 0.54 |
| Hex | CE | E6 | 2D | A | 0 | 50 | A | 44 | 4F | 36 |
| Octal | 316 | 346 | 55 | 12 | 0 | 120 | 12 | 104 | 117 | 66 |
| Binary | 11001110 | 11100110 | 101101 | 1010 | 0 | 1010000 | 1010 | 1000100 | 1001111 | 110110 |
Color Harmonies of #CEE62D
Complementary color
Monochromatic Colors of #CEE62D
Black with #CEE62D
Text Example
Text Example
White with #CEE62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE62D; }
p { color: rgb(206,230,45); }
H1.HeaderClassName
{
color: #CEE62D;
}
.AnyTagClassName
{
color: #CEE62D;
}
</style>
background-color css
<style>
a { background-color: #CEE62D; }
a { background-color: rgb(206,230,45); }
div.DivClassName
{
background-color: #CEE62D;
}
.BgClassName
{
background-color: #CEE62D;
}
</style>
border-color css
<style>
span { border-color: #CEE62D; }
span { border-color: rgb(206,230,45); }
td.TdClassName
{
border-color: #CEE62D;
}
.TagClassName
{
border-color: #CEE62D;
}
</style>