Shades of Pear #CEE53F
Tints of Pear #CEE53F
RGB
CMYK
RGB Variations
Color information
#CEE53F (or 0xCEE53F) is known color: Pear. HEX triplet: CE, E5 and 3F. RGB value is (206,229,63). Sum of RGB (Red+Green+Blue) = 206+229+63=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 229 (89.84% from 255 or 45.98% from 498); Blue value is 63 (25% from 255 or 12.65% from 498); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE53F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE53F is #311AC0. Grayscale: #CBCBCB. Windows color (decimal): -3218113 or 4187598. OLE color: 4187598.
HSL color Cylindrical-coordinate representation of color #CEE53F: hue angle of 68.31º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CEE53F is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 229 | 63 | - |
| CMYK | 0.10 | 0 | 0.72 | 0.10 |
| HSL | 68.31º | 0.76% | 0.57% | - |
| HSV(B) | 68.31º | 0.72% | 0.9% | - |
| XYZ | 54.37 | 69.52 | 15.26 | - |
| YUV | 203.2 | 48.88 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 229 | 63 | 0.10 | 0 | 0.72 | 0.10 | 68.31 | 0.76 | 0.57 |
| Hex | CE | E5 | 3F | A | 0 | 48 | A | 44 | 4C | 39 |
| Octal | 316 | 345 | 77 | 12 | 0 | 110 | 12 | 104 | 114 | 71 |
| Binary | 11001110 | 11100101 | 111111 | 1010 | 0 | 1001000 | 1010 | 1000100 | 1001100 | 111001 |
Color Harmonies of #CEE53F
Complementary color
Monochromatic Colors of #CEE53F
Black with #CEE53F
Text Example
Text Example
White with #CEE53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE53F; }
p { color: rgb(206,229,63); }
H1.HeaderClassName
{
color: #CEE53F;
}
.AnyTagClassName
{
color: #CEE53F;
}
</style>
background-color css
<style>
a { background-color: #CEE53F; }
a { background-color: rgb(206,229,63); }
div.DivClassName
{
background-color: #CEE53F;
}
.BgClassName
{
background-color: #CEE53F;
}
</style>
border-color css
<style>
span { border-color: #CEE53F; }
span { border-color: rgb(206,229,63); }
td.TdClassName
{
border-color: #CEE53F;
}
.TagClassName
{
border-color: #CEE53F;
}
</style>