Shades of Pear #CEF544
Tints of Pear #CEF544
RGB
CMYK
RGB Variations
Color information
#CEF544 (or 0xCEF544) is known color: Pear. HEX triplet: CE, F5 and 44. RGB value is (206,245,68). Sum of RGB (Red+Green+Blue) = 206+245+68=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 245 (96.09% from 255 or 47.21% from 519); Blue value is 68 (26.95% from 255 or 13.10% from 519); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF544 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF544 is #310ABB. Grayscale: #D5D5D5. Windows color (decimal): -3214012 or 4519374. OLE color: 4519374.
HSL color Cylindrical-coordinate representation of color #CEF544: hue angle of 73.22º degrees, saturation: 0.9, 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 #CEF544 is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 245 | 68 | - |
| CMYK | 0.16 | 0 | 0.72 | 0.04 |
| HSL | 73.22º | 0.9% | 0.61% | - |
| HSV(B) | 73.22º | 0.72% | 0.96% | - |
| XYZ | 59.15 | 78.84 | 17.57 | - |
| YUV | 213.16 | 46.08 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 245 | 68 | 0.16 | 0 | 0.72 | 0.04 | 73.22 | 0.9 | 0.61 |
| Hex | CE | F5 | 44 | 10 | 0 | 48 | 4 | 49 | 5A | 3D |
| Octal | 316 | 365 | 104 | 20 | 0 | 110 | 4 | 111 | 132 | 75 |
| Binary | 11001110 | 11110101 | 1000100 | 10000 | 0 | 1001000 | 100 | 1001001 | 1011010 | 111101 |
Color Harmonies of #CEF544
Complementary color
Monochromatic Colors of #CEF544
Black with #CEF544
Text Example
Text Example
White with #CEF544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF544; }
p { color: rgb(206,245,68); }
H1.HeaderClassName
{
color: #CEF544;
}
.AnyTagClassName
{
color: #CEF544;
}
</style>
background-color css
<style>
a { background-color: #CEF544; }
a { background-color: rgb(206,245,68); }
div.DivClassName
{
background-color: #CEF544;
}
.BgClassName
{
background-color: #CEF544;
}
</style>
border-color css
<style>
span { border-color: #CEF544; }
span { border-color: rgb(206,245,68); }
td.TdClassName
{
border-color: #CEF544;
}
.TagClassName
{
border-color: #CEF544;
}
</style>