Shades of Pear #CFF71E
Tints of Pear #CFF71E
RGB
CMYK
RGB Variations
Color information
#CFF71E (or 0xCFF71E) is known color: Pear. HEX triplet: CF, F7 and 1E. RGB value is (207,247,30). Sum of RGB (Red+Green+Blue) = 207+247+30=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 247 (96.88% from 255 or 51.03% from 484); Blue value is 30 (12.11% from 255 or 6.20% from 484); Max value from RGB is 247 - color contains mainly: green. Hex color #CFF71E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF71E is #3008E1. Grayscale: #D3D3D3. Windows color (decimal): -3148002 or 2029519. OLE color: 2029519.
HSL color Cylindrical-coordinate representation of color #CFF71E: hue angle of 71.06º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CFF71E is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 247 | 30 | - |
| CMYK | 0.16 | 0 | 0.88 | 0.03 |
| HSL | 71.06º | 0.93% | 0.54% | - |
| HSV(B) | 71.06º | 0.88% | 0.97% | - |
| XYZ | 59.23 | 79.88 | 13.53 | - |
| YUV | 210.3 | 26.25 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 247 | 30 | 0.16 | 0 | 0.88 | 0.03 | 71.06 | 0.93 | 0.54 |
| Hex | CF | F7 | 1E | 10 | 0 | 58 | 3 | 47 | 5D | 36 |
| Octal | 317 | 367 | 36 | 20 | 0 | 130 | 3 | 107 | 135 | 66 |
| Binary | 11001111 | 11110111 | 11110 | 10000 | 0 | 1011000 | 11 | 1000111 | 1011101 | 110110 |
Color Harmonies of #CFF71E
Complementary color
Monochromatic Colors of #CFF71E
Black with #CFF71E
Text Example
Text Example
White with #CFF71E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF71E; }
p { color: rgb(207,247,30); }
H1.HeaderClassName
{
color: #CFF71E;
}
.AnyTagClassName
{
color: #CFF71E;
}
</style>
background-color css
<style>
a { background-color: #CFF71E; }
a { background-color: rgb(207,247,30); }
div.DivClassName
{
background-color: #CFF71E;
}
.BgClassName
{
background-color: #CFF71E;
}
</style>
border-color css
<style>
span { border-color: #CFF71E; }
span { border-color: rgb(207,247,30); }
td.TdClassName
{
border-color: #CFF71E;
}
.TagClassName
{
border-color: #CFF71E;
}
</style>