Shades of Pear #CEF51E
Tints of Pear #CEF51E
RGB
CMYK
RGB Variations
Color information
#CEF51E (or 0xCEF51E) is known color: Pear. HEX triplet: CE, F5 and 1E. RGB value is (206,245,30). Sum of RGB (Red+Green+Blue) = 206+245+30=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 245 (96.09% from 255 or 50.94% from 481); Blue value is 30 (12.11% from 255 or 6.24% from 481); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF51E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF51E is #310AE1. Grayscale: #D1D1D1. Windows color (decimal): -3214050 or 2029006. OLE color: 2029006.
HSL color Cylindrical-coordinate representation of color #CEF51E: hue angle of 70.88º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CEF51E is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 245 | 30 | - |
| CMYK | 0.16 | 0 | 0.88 | 0.04 |
| HSL | 70.88º | 0.91% | 0.54% | - |
| HSV(B) | 70.88º | 0.88% | 0.96% | - |
| XYZ | 58.34 | 78.52 | 13.31 | - |
| YUV | 208.83 | 27.08 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 245 | 30 | 0.16 | 0 | 0.88 | 0.04 | 70.88 | 0.91 | 0.54 |
| Hex | CE | F5 | 1E | 10 | 0 | 58 | 4 | 47 | 5B | 36 |
| Octal | 316 | 365 | 36 | 20 | 0 | 130 | 4 | 107 | 133 | 66 |
| Binary | 11001110 | 11110101 | 11110 | 10000 | 0 | 1011000 | 100 | 1000111 | 1011011 | 110110 |
Color Harmonies of #CEF51E
Complementary color
Monochromatic Colors of #CEF51E
Black with #CEF51E
Text Example
Text Example
White with #CEF51E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF51E; }
p { color: rgb(206,245,30); }
H1.HeaderClassName
{
color: #CEF51E;
}
.AnyTagClassName
{
color: #CEF51E;
}
</style>
background-color css
<style>
a { background-color: #CEF51E; }
a { background-color: rgb(206,245,30); }
div.DivClassName
{
background-color: #CEF51E;
}
.BgClassName
{
background-color: #CEF51E;
}
</style>
border-color css
<style>
span { border-color: #CEF51E; }
span { border-color: rgb(206,245,30); }
td.TdClassName
{
border-color: #CEF51E;
}
.TagClassName
{
border-color: #CEF51E;
}
</style>