Shades of Pear #CEF124
Tints of Pear #CEF124
RGB
CMYK
RGB Variations
Color information
#CEF124 (or 0xCEF124) is known color: Pear. HEX triplet: CE, F1 and 24. RGB value is (206,241,36). Sum of RGB (Red+Green+Blue) = 206+241+36=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 241 (94.53% from 255 or 49.90% from 483); Blue value is 36 (14.45% from 255 or 7.45% from 483); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF124 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF124 is #310EDB. Grayscale: #CFCFCF. Windows color (decimal): -3215068 or 2421198. OLE color: 2421198.
HSL color Cylindrical-coordinate representation of color #CEF124: hue angle of 70.24º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CEF124 is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 241 | 36 | - |
| CMYK | 0.15 | 0 | 0.85 | 0.05 |
| HSL | 70.24º | 0.88% | 0.54% | - |
| HSV(B) | 70.24º | 0.85% | 0.95% | - |
| XYZ | 57.23 | 76.16 | 13.35 | - |
| YUV | 207.17 | 31.4 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 241 | 36 | 0.15 | 0 | 0.85 | 0.05 | 70.24 | 0.88 | 0.54 |
| Hex | CE | F1 | 24 | F | 0 | 55 | 5 | 46 | 58 | 36 |
| Octal | 316 | 361 | 44 | 17 | 0 | 125 | 5 | 106 | 130 | 66 |
| Binary | 11001110 | 11110001 | 100100 | 1111 | 0 | 1010101 | 101 | 1000110 | 1011000 | 110110 |
Color Harmonies of #CEF124
Complementary color
Monochromatic Colors of #CEF124
Black with #CEF124
Text Example
Text Example
White with #CEF124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF124; }
p { color: rgb(206,241,36); }
H1.HeaderClassName
{
color: #CEF124;
}
.AnyTagClassName
{
color: #CEF124;
}
</style>
background-color css
<style>
a { background-color: #CEF124; }
a { background-color: rgb(206,241,36); }
div.DivClassName
{
background-color: #CEF124;
}
.BgClassName
{
background-color: #CEF124;
}
</style>
border-color css
<style>
span { border-color: #CEF124; }
span { border-color: rgb(206,241,36); }
td.TdClassName
{
border-color: #CEF124;
}
.TagClassName
{
border-color: #CEF124;
}
</style>