Shades of Pear #CEF82E
Tints of Pear #CEF82E
RGB
CMYK
RGB Variations
Color information
#CEF82E (or 0xCEF82E) is known color: Pear. HEX triplet: CE, F8 and 2E. RGB value is (206,248,46). Sum of RGB (Red+Green+Blue) = 206+248+46=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 248 (97.27% from 255 or 49.6% from 500); Blue value is 46 (18.36% from 255 or 9.2% from 500); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF82E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF82E is #3107D1. Grayscale: #D5D5D5. Windows color (decimal): -3213266 or 3078350. OLE color: 3078350.
HSL color Cylindrical-coordinate representation of color #CEF82E: hue angle of 72.48º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CEF82E is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 248 | 46 | - |
| CMYK | 0.17 | 0 | 0.81 | 0.03 |
| HSL | 72.48º | 0.94% | 0.58% | - |
| HSV(B) | 72.48º | 0.81% | 0.97% | - |
| XYZ | 59.51 | 80.45 | 14.98 | - |
| YUV | 212.41 | 34.09 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 248 | 46 | 0.17 | 0 | 0.81 | 0.03 | 72.48 | 0.94 | 0.58 |
| Hex | CE | F8 | 2E | 11 | 0 | 51 | 3 | 48 | 5E | 3A |
| Octal | 316 | 370 | 56 | 21 | 0 | 121 | 3 | 110 | 136 | 72 |
| Binary | 11001110 | 11111000 | 101110 | 10001 | 0 | 1010001 | 11 | 1001000 | 1011110 | 111010 |
Color Harmonies of #CEF82E
Complementary color
Monochromatic Colors of #CEF82E
Black with #CEF82E
Text Example
Text Example
White with #CEF82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF82E; }
p { color: rgb(206,248,46); }
H1.HeaderClassName
{
color: #CEF82E;
}
.AnyTagClassName
{
color: #CEF82E;
}
</style>
background-color css
<style>
a { background-color: #CEF82E; }
a { background-color: rgb(206,248,46); }
div.DivClassName
{
background-color: #CEF82E;
}
.BgClassName
{
background-color: #CEF82E;
}
</style>
border-color css
<style>
span { border-color: #CEF82E; }
span { border-color: rgb(206,248,46); }
td.TdClassName
{
border-color: #CEF82E;
}
.TagClassName
{
border-color: #CEF82E;
}
</style>