Shades of Pear #CEF424
Tints of Pear #CEF424
RGB
CMYK
RGB Variations
Color information
#CEF424 (or 0xCEF424) is known color: Pear. HEX triplet: CE, F4 and 24. RGB value is (206,244,36). Sum of RGB (Red+Green+Blue) = 206+244+36=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 244 (95.70% from 255 or 50.21% from 486); Blue value is 36 (14.45% from 255 or 7.41% from 486); Max value from RGB is 244 - color contains mainly: green. Hex color #CEF424 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF424 is #310BDB. Grayscale: #D1D1D1. Windows color (decimal): -3214300 or 2421966. OLE color: 2421966.
HSL color Cylindrical-coordinate representation of color #CEF424: hue angle of 70.96º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CEF424 is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 244 | 36 | - |
| CMYK | 0.16 | 0 | 0.85 | 0.04 |
| HSL | 70.96º | 0.9% | 0.55% | - |
| HSV(B) | 70.96º | 0.85% | 0.96% | - |
| XYZ | 58.12 | 77.95 | 13.65 | - |
| YUV | 208.93 | 30.41 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 244 | 36 | 0.16 | 0 | 0.85 | 0.04 | 70.96 | 0.9 | 0.55 |
| Hex | CE | F4 | 24 | 10 | 0 | 55 | 4 | 47 | 5A | 37 |
| Octal | 316 | 364 | 44 | 20 | 0 | 125 | 4 | 107 | 132 | 67 |
| Binary | 11001110 | 11110100 | 100100 | 10000 | 0 | 1010101 | 100 | 1000111 | 1011010 | 110111 |
Color Harmonies of #CEF424
Complementary color
Monochromatic Colors of #CEF424
Black with #CEF424
Text Example
Text Example
White with #CEF424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF424; }
p { color: rgb(206,244,36); }
H1.HeaderClassName
{
color: #CEF424;
}
.AnyTagClassName
{
color: #CEF424;
}
</style>
background-color css
<style>
a { background-color: #CEF424; }
a { background-color: rgb(206,244,36); }
div.DivClassName
{
background-color: #CEF424;
}
.BgClassName
{
background-color: #CEF424;
}
</style>
border-color css
<style>
span { border-color: #CEF424; }
span { border-color: rgb(206,244,36); }
td.TdClassName
{
border-color: #CEF424;
}
.TagClassName
{
border-color: #CEF424;
}
</style>