Shades of Pear #CEF63E
Tints of Pear #CEF63E
RGB
CMYK
RGB Variations
Color information
#CEF63E (or 0xCEF63E) is known color: Pear. HEX triplet: CE, F6 and 3E. RGB value is (206,246,62). Sum of RGB (Red+Green+Blue) = 206+246+62=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 246 (96.48% from 255 or 47.86% from 514); Blue value is 62 (24.61% from 255 or 12.06% from 514); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF63E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF63E is #3109C1. Grayscale: #D5D5D5. Windows color (decimal): -3213762 or 4126414. OLE color: 4126414.
HSL color Cylindrical-coordinate representation of color #CEF63E: hue angle of 73.04º degrees, saturation: 0.91, 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 #CEF63E is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 246 | 62 | - |
| CMYK | 0.16 | 0 | 0.75 | 0.04 |
| HSL | 73.04º | 0.91% | 0.6% | - |
| HSV(B) | 73.04º | 0.75% | 0.96% | - |
| XYZ | 59.28 | 79.38 | 16.76 | - |
| YUV | 213.06 | 42.75 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 246 | 62 | 0.16 | 0 | 0.75 | 0.04 | 73.04 | 0.91 | 0.6 |
| Hex | CE | F6 | 3E | 10 | 0 | 4B | 4 | 49 | 5B | 3C |
| Octal | 316 | 366 | 76 | 20 | 0 | 113 | 4 | 111 | 133 | 74 |
| Binary | 11001110 | 11110110 | 111110 | 10000 | 0 | 1001011 | 100 | 1001001 | 1011011 | 111100 |
Color Harmonies of #CEF63E
Complementary color
Monochromatic Colors of #CEF63E
Black with #CEF63E
Text Example
Text Example
White with #CEF63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF63E; }
p { color: rgb(206,246,62); }
H1.HeaderClassName
{
color: #CEF63E;
}
.AnyTagClassName
{
color: #CEF63E;
}
</style>
background-color css
<style>
a { background-color: #CEF63E; }
a { background-color: rgb(206,246,62); }
div.DivClassName
{
background-color: #CEF63E;
}
.BgClassName
{
background-color: #CEF63E;
}
</style>
border-color css
<style>
span { border-color: #CEF63E; }
span { border-color: rgb(206,246,62); }
td.TdClassName
{
border-color: #CEF63E;
}
.TagClassName
{
border-color: #CEF63E;
}
</style>