Shades of Pear #CEF246
Tints of Pear #CEF246
RGB
CMYK
RGB Variations
Color information
#CEF246 (or 0xCEF246) is known color: Pear. HEX triplet: CE, F2 and 46. RGB value is (206,242,70). Sum of RGB (Red+Green+Blue) = 206+242+70=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 242 (94.92% from 255 or 46.72% from 518); Blue value is 70 (27.73% from 255 or 13.51% from 518); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF246 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF246 is #310DB9. Grayscale: #D4D4D4. Windows color (decimal): -3214778 or 4649678. OLE color: 4649678.
HSL color Cylindrical-coordinate representation of color #CEF246: hue angle of 72.56º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CEF246 is Cyan = 0.15, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 242 | 70 | - |
| CMYK | 0.15 | 0 | 0.71 | 0.05 |
| HSL | 72.56º | 0.87% | 0.61% | - |
| HSV(B) | 72.56º | 0.71% | 0.95% | - |
| XYZ | 58.31 | 77.07 | 17.6 | - |
| YUV | 211.63 | 48.07 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 242 | 70 | 0.15 | 0 | 0.71 | 0.05 | 72.56 | 0.87 | 0.61 |
| Hex | CE | F2 | 46 | F | 0 | 47 | 5 | 49 | 57 | 3D |
| Octal | 316 | 362 | 106 | 17 | 0 | 107 | 5 | 111 | 127 | 75 |
| Binary | 11001110 | 11110010 | 1000110 | 1111 | 0 | 1000111 | 101 | 1001001 | 1010111 | 111101 |
Color Harmonies of #CEF246
Complementary color
Monochromatic Colors of #CEF246
Black with #CEF246
Text Example
Text Example
White with #CEF246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF246; }
p { color: rgb(206,242,70); }
H1.HeaderClassName
{
color: #CEF246;
}
.AnyTagClassName
{
color: #CEF246;
}
</style>
background-color css
<style>
a { background-color: #CEF246; }
a { background-color: rgb(206,242,70); }
div.DivClassName
{
background-color: #CEF246;
}
.BgClassName
{
background-color: #CEF246;
}
</style>
border-color css
<style>
span { border-color: #CEF246; }
span { border-color: rgb(206,242,70); }
td.TdClassName
{
border-color: #CEF246;
}
.TagClassName
{
border-color: #CEF246;
}
</style>