Shades of Pear #CEF044
Tints of Pear #CEF044
RGB
CMYK
RGB Variations
Color information
#CEF044 (or 0xCEF044) is known color: Pear. HEX triplet: CE, F0 and 44. RGB value is (206,240,68). Sum of RGB (Red+Green+Blue) = 206+240+68=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 240 (94.14% from 255 or 46.69% from 514); Blue value is 68 (26.95% from 255 or 13.23% from 514); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF044 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF044 is #310FBB. Grayscale: #D2D2D2. Windows color (decimal): -3215292 or 4518094. OLE color: 4518094.
HSL color Cylindrical-coordinate representation of color #CEF044: hue angle of 71.86º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CEF044 is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 240 | 68 | - |
| CMYK | 0.14 | 0 | 0.72 | 0.06 |
| HSL | 71.86º | 0.85% | 0.6% | - |
| HSV(B) | 71.86º | 0.72% | 0.94% | - |
| XYZ | 57.66 | 75.86 | 17.07 | - |
| YUV | 210.23 | 47.74 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 240 | 68 | 0.14 | 0 | 0.72 | 0.06 | 71.86 | 0.85 | 0.6 |
| Hex | CE | F0 | 44 | E | 0 | 48 | 6 | 48 | 55 | 3C |
| Octal | 316 | 360 | 104 | 16 | 0 | 110 | 6 | 110 | 125 | 74 |
| Binary | 11001110 | 11110000 | 1000100 | 1110 | 0 | 1001000 | 110 | 1001000 | 1010101 | 111100 |
Color Harmonies of #CEF044
Complementary color
Monochromatic Colors of #CEF044
Black with #CEF044
Text Example
Text Example
White with #CEF044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF044; }
p { color: rgb(206,240,68); }
H1.HeaderClassName
{
color: #CEF044;
}
.AnyTagClassName
{
color: #CEF044;
}
</style>
background-color css
<style>
a { background-color: #CEF044; }
a { background-color: rgb(206,240,68); }
div.DivClassName
{
background-color: #CEF044;
}
.BgClassName
{
background-color: #CEF044;
}
</style>
border-color css
<style>
span { border-color: #CEF044; }
span { border-color: rgb(206,240,68); }
td.TdClassName
{
border-color: #CEF044;
}
.TagClassName
{
border-color: #CEF044;
}
</style>