Shades of Pear #CEF54D
Tints of Pear #CEF54D
RGB
CMYK
RGB Variations
Color information
#CEF54D (or 0xCEF54D) is known color: Pear. HEX triplet: CE, F5 and 4D. RGB value is (206,245,77). Sum of RGB (Red+Green+Blue) = 206+245+77=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 245 (96.09% from 255 or 46.40% from 528); Blue value is 77 (30.47% from 255 or 14.58% from 528); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF54D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF54D is #310AB2. Grayscale: #D6D6D6. Windows color (decimal): -3214003 or 5109198. OLE color: 5109198.
HSL color Cylindrical-coordinate representation of color #CEF54D: hue angle of 73.93º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CEF54D is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 245 | 77 | - |
| CMYK | 0.16 | 0 | 0.69 | 0.04 |
| HSL | 73.93º | 0.89% | 0.63% | - |
| HSV(B) | 73.93º | 0.69% | 0.96% | - |
| XYZ | 59.45 | 78.96 | 19.13 | - |
| YUV | 214.19 | 50.58 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 245 | 77 | 0.16 | 0 | 0.69 | 0.04 | 73.93 | 0.89 | 0.63 |
| Hex | CE | F5 | 4D | 10 | 0 | 45 | 4 | 4A | 59 | 3F |
| Octal | 316 | 365 | 115 | 20 | 0 | 105 | 4 | 112 | 131 | 77 |
| Binary | 11001110 | 11110101 | 1001101 | 10000 | 0 | 1000101 | 100 | 1001010 | 1011001 | 111111 |
Color Harmonies of #CEF54D
Complementary color
Monochromatic Colors of #CEF54D
Black with #CEF54D
Text Example
Text Example
White with #CEF54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF54D; }
p { color: rgb(206,245,77); }
H1.HeaderClassName
{
color: #CEF54D;
}
.AnyTagClassName
{
color: #CEF54D;
}
</style>
background-color css
<style>
a { background-color: #CEF54D; }
a { background-color: rgb(206,245,77); }
div.DivClassName
{
background-color: #CEF54D;
}
.BgClassName
{
background-color: #CEF54D;
}
</style>
border-color css
<style>
span { border-color: #CEF54D; }
span { border-color: rgb(206,245,77); }
td.TdClassName
{
border-color: #CEF54D;
}
.TagClassName
{
border-color: #CEF54D;
}
</style>