Shades of Pear #CEF836
Tints of Pear #CEF836
RGB
CMYK
RGB Variations
Color information
#CEF836 (or 0xCEF836) is known color: Pear. HEX triplet: CE, F8 and 36. RGB value is (206,248,54). Sum of RGB (Red+Green+Blue) = 206+248+54=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 248 (97.27% from 255 or 48.82% from 508); Blue value is 54 (21.48% from 255 or 10.63% from 508); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF836 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF836 is #3107C9. Grayscale: #D6D6D6. Windows color (decimal): -3213258 or 3602638. OLE color: 3602638.
HSL color Cylindrical-coordinate representation of color #CEF836: hue angle of 72.99º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CEF836 is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 248 | 54 | - |
| CMYK | 0.17 | 0 | 0.78 | 0.03 |
| HSL | 72.99º | 0.93% | 0.59% | - |
| HSV(B) | 72.99º | 0.78% | 0.97% | - |
| XYZ | 59.69 | 80.52 | 15.89 | - |
| YUV | 213.33 | 38.09 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 248 | 54 | 0.17 | 0 | 0.78 | 0.03 | 72.99 | 0.93 | 0.59 |
| Hex | CE | F8 | 36 | 11 | 0 | 4E | 3 | 49 | 5D | 3B |
| Octal | 316 | 370 | 66 | 21 | 0 | 116 | 3 | 111 | 135 | 73 |
| Binary | 11001110 | 11111000 | 110110 | 10001 | 0 | 1001110 | 11 | 1001001 | 1011101 | 111011 |
Color Harmonies of #CEF836
Complementary color
Monochromatic Colors of #CEF836
Black with #CEF836
Text Example
Text Example
White with #CEF836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF836; }
p { color: rgb(206,248,54); }
H1.HeaderClassName
{
color: #CEF836;
}
.AnyTagClassName
{
color: #CEF836;
}
</style>
background-color css
<style>
a { background-color: #CEF836; }
a { background-color: rgb(206,248,54); }
div.DivClassName
{
background-color: #CEF836;
}
.BgClassName
{
background-color: #CEF836;
}
</style>
border-color css
<style>
span { border-color: #CEF836; }
span { border-color: rgb(206,248,54); }
td.TdClassName
{
border-color: #CEF836;
}
.TagClassName
{
border-color: #CEF836;
}
</style>