Shades of Pear #CEF545
Tints of Pear #CEF545
RGB
CMYK
RGB Variations
Color information
#CEF545 (or 0xCEF545) is known color: Pear. HEX triplet: CE, F5 and 45. RGB value is (206,245,69). Sum of RGB (Red+Green+Blue) = 206+245+69=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 245 (96.09% from 255 or 47.12% from 520); Blue value is 69 (27.34% from 255 or 13.27% from 520); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF545 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF545 is #310ABA. Grayscale: #D5D5D5. Windows color (decimal): -3214011 or 4584910. OLE color: 4584910.
HSL color Cylindrical-coordinate representation of color #CEF545: hue angle of 73.3º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CEF545 is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 245 | 69 | - |
| CMYK | 0.16 | 0 | 0.72 | 0.04 |
| HSL | 73.3º | 0.9% | 0.62% | - |
| HSV(B) | 73.3º | 0.72% | 0.96% | - |
| XYZ | 59.18 | 78.86 | 17.73 | - |
| YUV | 213.28 | 46.58 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 245 | 69 | 0.16 | 0 | 0.72 | 0.04 | 73.3 | 0.9 | 0.62 |
| Hex | CE | F5 | 45 | 10 | 0 | 48 | 4 | 49 | 5A | 3E |
| Octal | 316 | 365 | 105 | 20 | 0 | 110 | 4 | 111 | 132 | 76 |
| Binary | 11001110 | 11110101 | 1000101 | 10000 | 0 | 1001000 | 100 | 1001001 | 1011010 | 111110 |
Color Harmonies of #CEF545
Complementary color
Monochromatic Colors of #CEF545
Black with #CEF545
Text Example
Text Example
White with #CEF545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF545; }
p { color: rgb(206,245,69); }
H1.HeaderClassName
{
color: #CEF545;
}
.AnyTagClassName
{
color: #CEF545;
}
</style>
background-color css
<style>
a { background-color: #CEF545; }
a { background-color: rgb(206,245,69); }
div.DivClassName
{
background-color: #CEF545;
}
.BgClassName
{
background-color: #CEF545;
}
</style>
border-color css
<style>
span { border-color: #CEF545; }
span { border-color: rgb(206,245,69); }
td.TdClassName
{
border-color: #CEF545;
}
.TagClassName
{
border-color: #CEF545;
}
</style>