Shades of Pear #CFF14E
Tints of Pear #CFF14E
RGB
CMYK
RGB Variations
Color information
#CFF14E (or 0xCFF14E) is known color: Pear. HEX triplet: CF, F1 and 4E. RGB value is (207,241,78). Sum of RGB (Red+Green+Blue) = 207+241+78=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 241 (94.53% from 255 or 45.82% from 526); Blue value is 78 (30.86% from 255 or 14.83% from 526); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF14E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF14E is #300EB1. Grayscale: #D4D4D4. Windows color (decimal): -3149490 or 5173711. OLE color: 5173711.
HSL color Cylindrical-coordinate representation of color #CFF14E: hue angle of 72.52º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CFF14E is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 78 | - |
| CMYK | 0.14 | 0 | 0.68 | 0.05 |
| HSL | 72.52º | 0.85% | 0.63% | - |
| HSV(B) | 72.52º | 0.68% | 0.95% | - |
| XYZ | 58.56 | 76.73 | 18.93 | - |
| YUV | 212.25 | 52.24 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 78 | 0.14 | 0 | 0.68 | 0.05 | 72.52 | 0.85 | 0.63 |
| Hex | CF | F1 | 4E | E | 0 | 44 | 5 | 49 | 55 | 3F |
| Octal | 317 | 361 | 116 | 16 | 0 | 104 | 5 | 111 | 125 | 77 |
| Binary | 11001111 | 11110001 | 1001110 | 1110 | 0 | 1000100 | 101 | 1001001 | 1010101 | 111111 |
Color Harmonies of #CFF14E
Complementary color
Monochromatic Colors of #CFF14E
Black with #CFF14E
Text Example
Text Example
White with #CFF14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF14E; }
p { color: rgb(207,241,78); }
H1.HeaderClassName
{
color: #CFF14E;
}
.AnyTagClassName
{
color: #CFF14E;
}
</style>
background-color css
<style>
a { background-color: #CFF14E; }
a { background-color: rgb(207,241,78); }
div.DivClassName
{
background-color: #CFF14E;
}
.BgClassName
{
background-color: #CFF14E;
}
</style>
border-color css
<style>
span { border-color: #CFF14E; }
span { border-color: rgb(207,241,78); }
td.TdClassName
{
border-color: #CFF14E;
}
.TagClassName
{
border-color: #CFF14E;
}
</style>