Shades of Pear #CEE32D
Tints of Pear #CEE32D
RGB
CMYK
RGB Variations
Color information
#CEE32D (or 0xCEE32D) is known color: Pear. HEX triplet: CE, E3 and 2D. RGB value is (206,227,45). Sum of RGB (Red+Green+Blue) = 206+227+45=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 227 (89.06% from 255 or 47.49% from 478); Blue value is 45 (17.97% from 255 or 9.41% from 478); Max value from RGB is 227 - color contains mainly: green. Hex color #CEE32D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE32D is #311CD2. Grayscale: #C8C8C8. Windows color (decimal): -3218643 or 3007438. OLE color: 3007438.
HSL color Cylindrical-coordinate representation of color #CEE32D: hue angle of 66.92º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CEE32D is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 227 | 45 | - |
| CMYK | 0.09 | 0 | 0.80 | 0.11 |
| HSL | 66.92º | 0.76% | 0.53% | - |
| HSV(B) | 66.92º | 0.8% | 0.89% | - |
| XYZ | 53.4 | 68.25 | 12.84 | - |
| YUV | 199.97 | 40.54 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 227 | 45 | 0.09 | 0 | 0.80 | 0.11 | 66.92 | 0.76 | 0.53 |
| Hex | CE | E3 | 2D | 9 | 0 | 50 | B | 43 | 4C | 35 |
| Octal | 316 | 343 | 55 | 11 | 0 | 120 | 13 | 103 | 114 | 65 |
| Binary | 11001110 | 11100011 | 101101 | 1001 | 0 | 1010000 | 1011 | 1000011 | 1001100 | 110101 |
Color Harmonies of #CEE32D
Complementary color
Monochromatic Colors of #CEE32D
Black with #CEE32D
Text Example
Text Example
White with #CEE32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE32D; }
p { color: rgb(206,227,45); }
H1.HeaderClassName
{
color: #CEE32D;
}
.AnyTagClassName
{
color: #CEE32D;
}
</style>
background-color css
<style>
a { background-color: #CEE32D; }
a { background-color: rgb(206,227,45); }
div.DivClassName
{
background-color: #CEE32D;
}
.BgClassName
{
background-color: #CEE32D;
}
</style>
border-color css
<style>
span { border-color: #CEE32D; }
span { border-color: rgb(206,227,45); }
td.TdClassName
{
border-color: #CEE32D;
}
.TagClassName
{
border-color: #CEE32D;
}
</style>