Shades of Pear #CEF53F
Tints of Pear #CEF53F
RGB
CMYK
RGB Variations
Color information
#CEF53F (or 0xCEF53F) is known color: Pear. HEX triplet: CE, F5 and 3F. RGB value is (206,245,63). Sum of RGB (Red+Green+Blue) = 206+245+63=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 245 (96.09% from 255 or 47.67% from 514); Blue value is 63 (25% from 255 or 12.26% from 514); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF53F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF53F is #310AC0. Grayscale: #D5D5D5. Windows color (decimal): -3214017 or 4191694. OLE color: 4191694.
HSL color Cylindrical-coordinate representation of color #CEF53F: hue angle of 72.86º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CEF53F is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 245 | 63 | - |
| CMYK | 0.16 | 0 | 0.74 | 0.04 |
| HSL | 72.86º | 0.9% | 0.6% | - |
| HSV(B) | 72.86º | 0.74% | 0.96% | - |
| XYZ | 59 | 78.79 | 16.8 | - |
| YUV | 212.59 | 43.58 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 245 | 63 | 0.16 | 0 | 0.74 | 0.04 | 72.86 | 0.9 | 0.6 |
| Hex | CE | F5 | 3F | 10 | 0 | 4A | 4 | 49 | 5A | 3C |
| Octal | 316 | 365 | 77 | 20 | 0 | 112 | 4 | 111 | 132 | 74 |
| Binary | 11001110 | 11110101 | 111111 | 10000 | 0 | 1001010 | 100 | 1001001 | 1011010 | 111100 |
Color Harmonies of #CEF53F
Complementary color
Monochromatic Colors of #CEF53F
Black with #CEF53F
Text Example
Text Example
White with #CEF53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF53F; }
p { color: rgb(206,245,63); }
H1.HeaderClassName
{
color: #CEF53F;
}
.AnyTagClassName
{
color: #CEF53F;
}
</style>
background-color css
<style>
a { background-color: #CEF53F; }
a { background-color: rgb(206,245,63); }
div.DivClassName
{
background-color: #CEF53F;
}
.BgClassName
{
background-color: #CEF53F;
}
</style>
border-color css
<style>
span { border-color: #CEF53F; }
span { border-color: rgb(206,245,63); }
td.TdClassName
{
border-color: #CEF53F;
}
.TagClassName
{
border-color: #CEF53F;
}
</style>