Shades of Pear #CEF039
Tints of Pear #CEF039
RGB
CMYK
RGB Variations
Color information
#CEF039 (or 0xCEF039) is known color: Pear. HEX triplet: CE, F0 and 39. RGB value is (206,240,57). Sum of RGB (Red+Green+Blue) = 206+240+57=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 240 (94.14% from 255 or 47.71% from 503); Blue value is 57 (22.66% from 255 or 11.33% from 503); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF039 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF039 is #310FC6. Grayscale: #D1D1D1. Windows color (decimal): -3215303 or 3797198. OLE color: 3797198.
HSL color Cylindrical-coordinate representation of color #CEF039: hue angle of 71.15º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CEF039 is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 240 | 57 | - |
| CMYK | 0.14 | 0 | 0.76 | 0.06 |
| HSL | 71.15º | 0.86% | 0.58% | - |
| HSV(B) | 71.15º | 0.76% | 0.94% | - |
| XYZ | 57.35 | 75.74 | 15.47 | - |
| YUV | 208.97 | 42.24 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 240 | 57 | 0.14 | 0 | 0.76 | 0.06 | 71.15 | 0.86 | 0.58 |
| Hex | CE | F0 | 39 | E | 0 | 4C | 6 | 47 | 56 | 3A |
| Octal | 316 | 360 | 71 | 16 | 0 | 114 | 6 | 107 | 126 | 72 |
| Binary | 11001110 | 11110000 | 111001 | 1110 | 0 | 1001100 | 110 | 1000111 | 1010110 | 111010 |
Color Harmonies of #CEF039
Complementary color
Monochromatic Colors of #CEF039
Black with #CEF039
Text Example
Text Example
White with #CEF039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF039; }
p { color: rgb(206,240,57); }
H1.HeaderClassName
{
color: #CEF039;
}
.AnyTagClassName
{
color: #CEF039;
}
</style>
background-color css
<style>
a { background-color: #CEF039; }
a { background-color: rgb(206,240,57); }
div.DivClassName
{
background-color: #CEF039;
}
.BgClassName
{
background-color: #CEF039;
}
</style>
border-color css
<style>
span { border-color: #CEF039; }
span { border-color: rgb(206,240,57); }
td.TdClassName
{
border-color: #CEF039;
}
.TagClassName
{
border-color: #CEF039;
}
</style>