Shades of Pear #CEF52E
Tints of Pear #CEF52E
RGB
CMYK
RGB Variations
Color information
#CEF52E (or 0xCEF52E) is known color: Pear. HEX triplet: CE, F5 and 2E. RGB value is (206,245,46). Sum of RGB (Red+Green+Blue) = 206+245+46=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 245 (96.09% from 255 or 49.30% from 497); Blue value is 46 (18.36% from 255 or 9.26% from 497); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF52E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF52E is #310AD1. Grayscale: #D3D3D3. Windows color (decimal): -3214034 or 3077582. OLE color: 3077582.
HSL color Cylindrical-coordinate representation of color #CEF52E: hue angle of 71.76º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CEF52E is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 245 | 46 | - |
| CMYK | 0.16 | 0 | 0.81 | 0.04 |
| HSL | 71.76º | 0.91% | 0.57% | - |
| HSV(B) | 71.76º | 0.81% | 0.96% | - |
| XYZ | 58.6 | 78.62 | 14.67 | - |
| YUV | 210.65 | 35.08 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 245 | 46 | 0.16 | 0 | 0.81 | 0.04 | 71.76 | 0.91 | 0.57 |
| Hex | CE | F5 | 2E | 10 | 0 | 51 | 4 | 48 | 5B | 39 |
| Octal | 316 | 365 | 56 | 20 | 0 | 121 | 4 | 110 | 133 | 71 |
| Binary | 11001110 | 11110101 | 101110 | 10000 | 0 | 1010001 | 100 | 1001000 | 1011011 | 111001 |
Color Harmonies of #CEF52E
Complementary color
Monochromatic Colors of #CEF52E
Black with #CEF52E
Text Example
Text Example
White with #CEF52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF52E; }
p { color: rgb(206,245,46); }
H1.HeaderClassName
{
color: #CEF52E;
}
.AnyTagClassName
{
color: #CEF52E;
}
</style>
background-color css
<style>
a { background-color: #CEF52E; }
a { background-color: rgb(206,245,46); }
div.DivClassName
{
background-color: #CEF52E;
}
.BgClassName
{
background-color: #CEF52E;
}
</style>
border-color css
<style>
span { border-color: #CEF52E; }
span { border-color: rgb(206,245,46); }
td.TdClassName
{
border-color: #CEF52E;
}
.TagClassName
{
border-color: #CEF52E;
}
</style>