Shades of Pear #CEE52D
Tints of Pear #CEE52D
RGB
CMYK
RGB Variations
Color information
#CEE52D (or 0xCEE52D) is known color: Pear. HEX triplet: CE, E5 and 2D. RGB value is (206,229,45). Sum of RGB (Red+Green+Blue) = 206+229+45=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 229 (89.84% from 255 or 47.71% from 480); Blue value is 45 (17.97% from 255 or 9.38% from 480); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE52D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE52D is #311AD2. Grayscale: #C9C9C9. Windows color (decimal): -3218131 or 3007950. OLE color: 3007950.
HSL color Cylindrical-coordinate representation of color #CEE52D: hue angle of 67.5º degrees, saturation: 0.78, 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 #CEE52D is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 229 | 45 | - |
| CMYK | 0.10 | 0 | 0.80 | 0.10 |
| HSL | 67.5º | 0.78% | 0.54% | - |
| HSV(B) | 67.5º | 0.8% | 0.9% | - |
| XYZ | 53.95 | 69.35 | 13.03 | - |
| YUV | 201.15 | 39.88 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 229 | 45 | 0.10 | 0 | 0.80 | 0.10 | 67.5 | 0.78 | 0.54 |
| Hex | CE | E5 | 2D | A | 0 | 50 | A | 44 | 4E | 36 |
| Octal | 316 | 345 | 55 | 12 | 0 | 120 | 12 | 104 | 116 | 66 |
| Binary | 11001110 | 11100101 | 101101 | 1010 | 0 | 1010000 | 1010 | 1000100 | 1001110 | 110110 |
Color Harmonies of #CEE52D
Complementary color
Monochromatic Colors of #CEE52D
Black with #CEE52D
Text Example
Text Example
White with #CEE52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE52D; }
p { color: rgb(206,229,45); }
H1.HeaderClassName
{
color: #CEE52D;
}
.AnyTagClassName
{
color: #CEE52D;
}
</style>
background-color css
<style>
a { background-color: #CEE52D; }
a { background-color: rgb(206,229,45); }
div.DivClassName
{
background-color: #CEE52D;
}
.BgClassName
{
background-color: #CEE52D;
}
</style>
border-color css
<style>
span { border-color: #CEE52D; }
span { border-color: rgb(206,229,45); }
td.TdClassName
{
border-color: #CEE52D;
}
.TagClassName
{
border-color: #CEE52D;
}
</style>