Shades of Pear #CEF74E
Tints of Pear #CEF74E
RGB
CMYK
RGB Variations
Color information
#CEF74E (or 0xCEF74E) is known color: Pear. HEX triplet: CE, F7 and 4E. RGB value is (206,247,78). Sum of RGB (Red+Green+Blue) = 206+247+78=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 247 (96.88% from 255 or 46.52% from 531); Blue value is 78 (30.86% from 255 or 14.69% from 531); Max value from RGB is 247 - color contains mainly: green. Hex color #CEF74E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF74E is #3108B1. Grayscale: #D8D8D8. Windows color (decimal): -3213490 or 5175246. OLE color: 5175246.
HSL color Cylindrical-coordinate representation of color #CEF74E: hue angle of 74.56º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CEF74E is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 247 | 78 | - |
| CMYK | 0.17 | 0 | 0.68 | 0.03 |
| HSL | 74.56º | 0.91% | 0.64% | - |
| HSV(B) | 74.56º | 0.68% | 0.97% | - |
| XYZ | 60.09 | 80.19 | 19.52 | - |
| YUV | 215.48 | 50.42 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 247 | 78 | 0.17 | 0 | 0.68 | 0.03 | 74.56 | 0.91 | 0.64 |
| Hex | CE | F7 | 4E | 11 | 0 | 44 | 3 | 4B | 5B | 40 |
| Octal | 316 | 367 | 116 | 21 | 0 | 104 | 3 | 113 | 133 | 100 |
| Binary | 11001110 | 11110111 | 1001110 | 10001 | 0 | 1000100 | 11 | 1001011 | 1011011 | 1000000 |
Color Harmonies of #CEF74E
Complementary color
Monochromatic Colors of #CEF74E
Black with #CEF74E
Text Example
Text Example
White with #CEF74E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF74E; }
p { color: rgb(206,247,78); }
H1.HeaderClassName
{
color: #CEF74E;
}
.AnyTagClassName
{
color: #CEF74E;
}
</style>
background-color css
<style>
a { background-color: #CEF74E; }
a { background-color: rgb(206,247,78); }
div.DivClassName
{
background-color: #CEF74E;
}
.BgClassName
{
background-color: #CEF74E;
}
</style>
border-color css
<style>
span { border-color: #CEF74E; }
span { border-color: rgb(206,247,78); }
td.TdClassName
{
border-color: #CEF74E;
}
.TagClassName
{
border-color: #CEF74E;
}
</style>