Shades of Pear #CEF53E
Tints of Pear #CEF53E
RGB
CMYK
RGB Variations
Color information
#CEF53E (or 0xCEF53E) is known color: Pear. HEX triplet: CE, F5 and 3E. RGB value is (206,245,62). Sum of RGB (Red+Green+Blue) = 206+245+62=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 245 (96.09% from 255 or 47.76% from 513); Blue value is 62 (24.61% from 255 or 12.09% from 513); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF53E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF53E is #310AC1. Grayscale: #D5D5D5. Windows color (decimal): -3214018 or 4126158. OLE color: 4126158.
HSL color Cylindrical-coordinate representation of color #CEF53E: hue angle of 72.79º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CEF53E is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 245 | 62 | - |
| CMYK | 0.16 | 0 | 0.75 | 0.04 |
| HSL | 72.79º | 0.9% | 0.6% | - |
| HSV(B) | 72.79º | 0.75% | 0.96% | - |
| XYZ | 58.98 | 78.77 | 16.65 | - |
| YUV | 212.48 | 43.08 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 245 | 62 | 0.16 | 0 | 0.75 | 0.04 | 72.79 | 0.9 | 0.6 |
| Hex | CE | F5 | 3E | 10 | 0 | 4B | 4 | 49 | 5A | 3C |
| Octal | 316 | 365 | 76 | 20 | 0 | 113 | 4 | 111 | 132 | 74 |
| Binary | 11001110 | 11110101 | 111110 | 10000 | 0 | 1001011 | 100 | 1001001 | 1011010 | 111100 |
Color Harmonies of #CEF53E
Complementary color
Monochromatic Colors of #CEF53E
Black with #CEF53E
Text Example
Text Example
White with #CEF53E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF53E; }
p { color: rgb(206,245,62); }
H1.HeaderClassName
{
color: #CEF53E;
}
.AnyTagClassName
{
color: #CEF53E;
}
</style>
background-color css
<style>
a { background-color: #CEF53E; }
a { background-color: rgb(206,245,62); }
div.DivClassName
{
background-color: #CEF53E;
}
.BgClassName
{
background-color: #CEF53E;
}
</style>
border-color css
<style>
span { border-color: #CEF53E; }
span { border-color: rgb(206,245,62); }
td.TdClassName
{
border-color: #CEF53E;
}
.TagClassName
{
border-color: #CEF53E;
}
</style>