Shades of Pear #CEF444
Tints of Pear #CEF444
RGB
CMYK
RGB Variations
Color information
#CEF444 (or 0xCEF444) is known color: Pear. HEX triplet: CE, F4 and 44. RGB value is (206,244,68). Sum of RGB (Red+Green+Blue) = 206+244+68=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 244 (95.70% from 255 or 47.10% from 518); Blue value is 68 (26.95% from 255 or 13.13% from 518); Max value from RGB is 244 - color contains mainly: green. Hex color #CEF444 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF444 is #310BBB. Grayscale: #D5D5D5. Windows color (decimal): -3214268 or 4519118. OLE color: 4519118.
HSL color Cylindrical-coordinate representation of color #CEF444: hue angle of 72.95º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CEF444 is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 244 | 68 | - |
| CMYK | 0.16 | 0 | 0.72 | 0.04 |
| HSL | 72.95º | 0.89% | 0.61% | - |
| HSV(B) | 72.95º | 0.72% | 0.96% | - |
| XYZ | 58.85 | 78.24 | 17.47 | - |
| YUV | 212.57 | 46.41 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 244 | 68 | 0.16 | 0 | 0.72 | 0.04 | 72.95 | 0.89 | 0.61 |
| Hex | CE | F4 | 44 | 10 | 0 | 48 | 4 | 49 | 59 | 3D |
| Octal | 316 | 364 | 104 | 20 | 0 | 110 | 4 | 111 | 131 | 75 |
| Binary | 11001110 | 11110100 | 1000100 | 10000 | 0 | 1001000 | 100 | 1001001 | 1011001 | 111101 |
Color Harmonies of #CEF444
Complementary color
Monochromatic Colors of #CEF444
Black with #CEF444
Text Example
Text Example
White with #CEF444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF444; }
p { color: rgb(206,244,68); }
H1.HeaderClassName
{
color: #CEF444;
}
.AnyTagClassName
{
color: #CEF444;
}
</style>
background-color css
<style>
a { background-color: #CEF444; }
a { background-color: rgb(206,244,68); }
div.DivClassName
{
background-color: #CEF444;
}
.BgClassName
{
background-color: #CEF444;
}
</style>
border-color css
<style>
span { border-color: #CEF444; }
span { border-color: rgb(206,244,68); }
td.TdClassName
{
border-color: #CEF444;
}
.TagClassName
{
border-color: #CEF444;
}
</style>