Shades of Pear #CEF14F
Tints of Pear #CEF14F
RGB
CMYK
RGB Variations
Color information
#CEF14F (or 0xCEF14F) is known color: Pear. HEX triplet: CE, F1 and 4F. RGB value is (206,241,79). Sum of RGB (Red+Green+Blue) = 206+241+79=526 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.16% from 526); Green value is 241 (94.53% from 255 or 45.82% from 526); Blue value is 79 (31.25% from 255 or 15.02% from 526); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF14F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF14F is #310EB0. Grayscale: #D4D4D4. Windows color (decimal): -3215025 or 5239246. OLE color: 5239246.
HSL color Cylindrical-coordinate representation of color #CEF14F: hue angle of 72.96º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CEF14F is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 241 | 79 | - |
| CMYK | 0.15 | 0 | 0.67 | 0.05 |
| HSL | 72.96º | 0.85% | 0.63% | - |
| HSV(B) | 72.96º | 0.67% | 0.95% | - |
| XYZ | 58.32 | 76.6 | 19.11 | - |
| YUV | 212.07 | 52.9 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 241 | 79 | 0.15 | 0 | 0.67 | 0.05 | 72.96 | 0.85 | 0.63 |
| Hex | CE | F1 | 4F | F | 0 | 43 | 5 | 49 | 55 | 3F |
| Octal | 316 | 361 | 117 | 17 | 0 | 103 | 5 | 111 | 125 | 77 |
| Binary | 11001110 | 11110001 | 1001111 | 1111 | 0 | 1000011 | 101 | 1001001 | 1010101 | 111111 |
Color Harmonies of #CEF14F
Complementary color
Monochromatic Colors of #CEF14F
Black with #CEF14F
Text Example
Text Example
White with #CEF14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF14F; }
p { color: rgb(206,241,79); }
H1.HeaderClassName
{
color: #CEF14F;
}
.AnyTagClassName
{
color: #CEF14F;
}
</style>
background-color css
<style>
a { background-color: #CEF14F; }
a { background-color: rgb(206,241,79); }
div.DivClassName
{
background-color: #CEF14F;
}
.BgClassName
{
background-color: #CEF14F;
}
</style>
border-color css
<style>
span { border-color: #CEF14F; }
span { border-color: rgb(206,241,79); }
td.TdClassName
{
border-color: #CEF14F;
}
.TagClassName
{
border-color: #CEF14F;
}
</style>