Shades of Pear #CEF024
Tints of Pear #CEF024
RGB
CMYK
RGB Variations
Color information
#CEF024 (or 0xCEF024) is known color: Pear. HEX triplet: CE, F0 and 24. RGB value is (206,240,36). Sum of RGB (Red+Green+Blue) = 206+240+36=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 240 (94.14% from 255 or 49.79% from 482); Blue value is 36 (14.45% from 255 or 7.47% from 482); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF024 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF024 is #310FDB. Grayscale: #CFCFCF. Windows color (decimal): -3215324 or 2420942. OLE color: 2420942.
HSL color Cylindrical-coordinate representation of color #CEF024: hue angle of 70º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CEF024 is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 240 | 36 | - |
| CMYK | 0.14 | 0 | 0.85 | 0.06 |
| HSL | 70º | 0.87% | 0.54% | - |
| HSV(B) | 70º | 0.85% | 0.94% | - |
| XYZ | 56.93 | 75.57 | 13.25 | - |
| YUV | 206.58 | 31.74 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 240 | 36 | 0.14 | 0 | 0.85 | 0.06 | 70 | 0.87 | 0.54 |
| Hex | CE | F0 | 24 | E | 0 | 55 | 6 | 46 | 57 | 36 |
| Octal | 316 | 360 | 44 | 16 | 0 | 125 | 6 | 106 | 127 | 66 |
| Binary | 11001110 | 11110000 | 100100 | 1110 | 0 | 1010101 | 110 | 1000110 | 1010111 | 110110 |
Color Harmonies of #CEF024
Complementary color
Monochromatic Colors of #CEF024
Black with #CEF024
Text Example
Text Example
White with #CEF024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF024; }
p { color: rgb(206,240,36); }
H1.HeaderClassName
{
color: #CEF024;
}
.AnyTagClassName
{
color: #CEF024;
}
</style>
background-color css
<style>
a { background-color: #CEF024; }
a { background-color: rgb(206,240,36); }
div.DivClassName
{
background-color: #CEF024;
}
.BgClassName
{
background-color: #CEF024;
}
</style>
border-color css
<style>
span { border-color: #CEF024; }
span { border-color: rgb(206,240,36); }
td.TdClassName
{
border-color: #CEF024;
}
.TagClassName
{
border-color: #CEF024;
}
</style>