Shades of Pear #CEF846
Tints of Pear #CEF846
RGB
CMYK
RGB Variations
Color information
#CEF846 (or 0xCEF846) is known color: Pear. HEX triplet: CE, F8 and 46. RGB value is (206,248,70). Sum of RGB (Red+Green+Blue) = 206+248+70=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 248 (97.27% from 255 or 47.33% from 524); Blue value is 70 (27.73% from 255 or 13.36% from 524); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF846 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF846 is #3107B9. Grayscale: #D7D7D7. Windows color (decimal): -3213242 or 4651214. OLE color: 4651214.
HSL color Cylindrical-coordinate representation of color #CEF846: hue angle of 74.16º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CEF846 is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 248 | 70 | - |
| CMYK | 0.17 | 0 | 0.72 | 0.03 |
| HSL | 74.16º | 0.93% | 0.62% | - |
| HSV(B) | 74.16º | 0.72% | 0.97% | - |
| XYZ | 60.13 | 80.7 | 18.2 | - |
| YUV | 215.15 | 46.09 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 248 | 70 | 0.17 | 0 | 0.72 | 0.03 | 74.16 | 0.93 | 0.62 |
| Hex | CE | F8 | 46 | 11 | 0 | 48 | 3 | 4A | 5D | 3E |
| Octal | 316 | 370 | 106 | 21 | 0 | 110 | 3 | 112 | 135 | 76 |
| Binary | 11001110 | 11111000 | 1000110 | 10001 | 0 | 1001000 | 11 | 1001010 | 1011101 | 111110 |
Color Harmonies of #CEF846
Complementary color
Monochromatic Colors of #CEF846
Black with #CEF846
Text Example
Text Example
White with #CEF846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF846; }
p { color: rgb(206,248,70); }
H1.HeaderClassName
{
color: #CEF846;
}
.AnyTagClassName
{
color: #CEF846;
}
</style>
background-color css
<style>
a { background-color: #CEF846; }
a { background-color: rgb(206,248,70); }
div.DivClassName
{
background-color: #CEF846;
}
.BgClassName
{
background-color: #CEF846;
}
</style>
border-color css
<style>
span { border-color: #CEF846; }
span { border-color: rgb(206,248,70); }
td.TdClassName
{
border-color: #CEF846;
}
.TagClassName
{
border-color: #CEF846;
}
</style>