Shades of Pear #CEE52F
Tints of Pear #CEE52F
RGB
CMYK
RGB Variations
Color information
#CEE52F (or 0xCEE52F) is known color: Pear. HEX triplet: CE, E5 and 2F. RGB value is (206,229,47). Sum of RGB (Red+Green+Blue) = 206+229+47=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 229 (89.84% from 255 or 47.51% from 482); Blue value is 47 (18.75% from 255 or 9.75% from 482); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE52F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE52F is #311AD0. Grayscale: #CACACA. Windows color (decimal): -3218129 or 3139022. OLE color: 3139022.
HSL color Cylindrical-coordinate representation of color #CEE52F: hue angle of 67.58º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CEE52F is Cyan = 0.10, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 229 | 47 | - |
| CMYK | 0.10 | 0 | 0.79 | 0.10 |
| HSL | 67.58º | 0.78% | 0.54% | - |
| HSV(B) | 67.58º | 0.79% | 0.9% | - |
| XYZ | 53.99 | 69.37 | 13.23 | - |
| YUV | 201.38 | 40.88 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 229 | 47 | 0.10 | 0 | 0.79 | 0.10 | 67.58 | 0.78 | 0.54 |
| Hex | CE | E5 | 2F | A | 0 | 4F | A | 44 | 4E | 36 |
| Octal | 316 | 345 | 57 | 12 | 0 | 117 | 12 | 104 | 116 | 66 |
| Binary | 11001110 | 11100101 | 101111 | 1010 | 0 | 1001111 | 1010 | 1000100 | 1001110 | 110110 |
Color Harmonies of #CEE52F
Complementary color
Monochromatic Colors of #CEE52F
Black with #CEE52F
Text Example
Text Example
White with #CEE52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE52F; }
p { color: rgb(206,229,47); }
H1.HeaderClassName
{
color: #CEE52F;
}
.AnyTagClassName
{
color: #CEE52F;
}
</style>
background-color css
<style>
a { background-color: #CEE52F; }
a { background-color: rgb(206,229,47); }
div.DivClassName
{
background-color: #CEE52F;
}
.BgClassName
{
background-color: #CEE52F;
}
</style>
border-color css
<style>
span { border-color: #CEE52F; }
span { border-color: rgb(206,229,47); }
td.TdClassName
{
border-color: #CEE52F;
}
.TagClassName
{
border-color: #CEE52F;
}
</style>