Shades of Pear #CEF046
Tints of Pear #CEF046
RGB
CMYK
RGB Variations
Color information
#CEF046 (or 0xCEF046) is known color: Pear. HEX triplet: CE, F0 and 46. RGB value is (206,240,70). Sum of RGB (Red+Green+Blue) = 206+240+70=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 240 (94.14% from 255 or 46.51% from 516); Blue value is 70 (27.73% from 255 or 13.57% from 516); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF046 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF046 is #310FB9. Grayscale: #D3D3D3. Windows color (decimal): -3215290 or 4649166. OLE color: 4649166.
HSL color Cylindrical-coordinate representation of color #CEF046: hue angle of 72º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CEF046 is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 240 | 70 | - |
| CMYK | 0.14 | 0 | 0.71 | 0.06 |
| HSL | 72º | 0.85% | 0.61% | - |
| HSV(B) | 72º | 0.71% | 0.94% | - |
| XYZ | 57.72 | 75.88 | 17.4 | - |
| YUV | 210.45 | 48.74 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 240 | 70 | 0.14 | 0 | 0.71 | 0.06 | 72 | 0.85 | 0.61 |
| Hex | CE | F0 | 46 | E | 0 | 47 | 6 | 48 | 55 | 3D |
| Octal | 316 | 360 | 106 | 16 | 0 | 107 | 6 | 110 | 125 | 75 |
| Binary | 11001110 | 11110000 | 1000110 | 1110 | 0 | 1000111 | 110 | 1001000 | 1010101 | 111101 |
Color Harmonies of #CEF046
Complementary color
Monochromatic Colors of #CEF046
Black with #CEF046
Text Example
Text Example
White with #CEF046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF046; }
p { color: rgb(206,240,70); }
H1.HeaderClassName
{
color: #CEF046;
}
.AnyTagClassName
{
color: #CEF046;
}
</style>
background-color css
<style>
a { background-color: #CEF046; }
a { background-color: rgb(206,240,70); }
div.DivClassName
{
background-color: #CEF046;
}
.BgClassName
{
background-color: #CEF046;
}
</style>
border-color css
<style>
span { border-color: #CEF046; }
span { border-color: rgb(206,240,70); }
td.TdClassName
{
border-color: #CEF046;
}
.TagClassName
{
border-color: #CEF046;
}
</style>