Shades of Pear #CEF824
Tints of Pear #CEF824
RGB
CMYK
RGB Variations
Color information
#CEF824 (or 0xCEF824) is known color: Pear. HEX triplet: CE, F8 and 24. RGB value is (206,248,36). Sum of RGB (Red+Green+Blue) = 206+248+36=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 248 (97.27% from 255 or 50.61% from 490); Blue value is 36 (14.45% from 255 or 7.35% from 490); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF824 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF824 is #3107DB. Grayscale: #D4D4D4. Windows color (decimal): -3213276 or 2422990. OLE color: 2422990.
HSL color Cylindrical-coordinate representation of color #CEF824: hue angle of 71.89º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CEF824 is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 248 | 36 | - |
| CMYK | 0.17 | 0 | 0.85 | 0.03 |
| HSL | 71.89º | 0.94% | 0.56% | - |
| HSV(B) | 71.89º | 0.85% | 0.97% | - |
| XYZ | 59.34 | 80.38 | 14.06 | - |
| YUV | 211.27 | 29.09 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 248 | 36 | 0.17 | 0 | 0.85 | 0.03 | 71.89 | 0.94 | 0.56 |
| Hex | CE | F8 | 24 | 11 | 0 | 55 | 3 | 48 | 5E | 38 |
| Octal | 316 | 370 | 44 | 21 | 0 | 125 | 3 | 110 | 136 | 70 |
| Binary | 11001110 | 11111000 | 100100 | 10001 | 0 | 1010101 | 11 | 1001000 | 1011110 | 111000 |
Color Harmonies of #CEF824
Complementary color
Monochromatic Colors of #CEF824
Black with #CEF824
Text Example
Text Example
White with #CEF824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF824; }
p { color: rgb(206,248,36); }
H1.HeaderClassName
{
color: #CEF824;
}
.AnyTagClassName
{
color: #CEF824;
}
</style>
background-color css
<style>
a { background-color: #CEF824; }
a { background-color: rgb(206,248,36); }
div.DivClassName
{
background-color: #CEF824;
}
.BgClassName
{
background-color: #CEF824;
}
</style>
border-color css
<style>
span { border-color: #CEF824; }
span { border-color: rgb(206,248,36); }
td.TdClassName
{
border-color: #CEF824;
}
.TagClassName
{
border-color: #CEF824;
}
</style>