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