Shades of Pear #CEF94E
Tints of Pear #CEF94E
RGB
CMYK
RGB Variations
Color information
#CEF94E (or 0xCEF94E) is known color: Pear. HEX triplet: CE, F9 and 4E. RGB value is (206,249,78). Sum of RGB (Red+Green+Blue) = 206+249+78=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 249 (97.66% from 255 or 46.72% from 533); Blue value is 78 (30.86% from 255 or 14.63% from 533); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF94E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF94E is #3106B1. Grayscale: #D9D9D9. Windows color (decimal): -3212978 or 5175758. OLE color: 5175758.
HSL color Cylindrical-coordinate representation of color #CEF94E: hue angle of 75.09º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CEF94E is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 249 | 78 | - |
| CMYK | 0.17 | 0 | 0.69 | 0.02 |
| HSL | 75.09º | 0.93% | 0.64% | - |
| HSV(B) | 75.09º | 0.69% | 0.98% | - |
| XYZ | 60.7 | 81.42 | 19.72 | - |
| YUV | 216.65 | 49.75 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 249 | 78 | 0.17 | 0 | 0.69 | 0.02 | 75.09 | 0.93 | 0.64 |
| Hex | CE | F9 | 4E | 11 | 0 | 45 | 2 | 4B | 5D | 40 |
| Octal | 316 | 371 | 116 | 21 | 0 | 105 | 2 | 113 | 135 | 100 |
| Binary | 11001110 | 11111001 | 1001110 | 10001 | 0 | 1000101 | 10 | 1001011 | 1011101 | 1000000 |
Color Harmonies of #CEF94E
Complementary color
Monochromatic Colors of #CEF94E
Black with #CEF94E
Text Example
Text Example
White with #CEF94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF94E; }
p { color: rgb(206,249,78); }
H1.HeaderClassName
{
color: #CEF94E;
}
.AnyTagClassName
{
color: #CEF94E;
}
</style>
background-color css
<style>
a { background-color: #CEF94E; }
a { background-color: rgb(206,249,78); }
div.DivClassName
{
background-color: #CEF94E;
}
.BgClassName
{
background-color: #CEF94E;
}
</style>
border-color css
<style>
span { border-color: #CEF94E; }
span { border-color: rgb(206,249,78); }
td.TdClassName
{
border-color: #CEF94E;
}
.TagClassName
{
border-color: #CEF94E;
}
</style>