Shades of Pear #CFF41E
Tints of Pear #CFF41E
RGB
CMYK
RGB Variations
Color information
#CFF41E (or 0xCFF41E) is known color: Pear. HEX triplet: CF, F4 and 1E. RGB value is (207,244,30). Sum of RGB (Red+Green+Blue) = 207+244+30=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 244 (95.70% from 255 or 50.73% from 481); Blue value is 30 (12.11% from 255 or 6.24% from 481); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF41E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF41E is #300BE1. Grayscale: #D1D1D1. Windows color (decimal): -3148770 or 2028751. OLE color: 2028751.
HSL color Cylindrical-coordinate representation of color #CFF41E: hue angle of 70.37º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CFF41E is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 244 | 30 | - |
| CMYK | 0.15 | 0 | 0.88 | 0.04 |
| HSL | 70.37º | 0.91% | 0.54% | - |
| HSV(B) | 70.37º | 0.88% | 0.96% | - |
| XYZ | 58.32 | 78.06 | 13.22 | - |
| YUV | 208.54 | 27.24 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 244 | 30 | 0.15 | 0 | 0.88 | 0.04 | 70.37 | 0.91 | 0.54 |
| Hex | CF | F4 | 1E | F | 0 | 58 | 4 | 46 | 5B | 36 |
| Octal | 317 | 364 | 36 | 17 | 0 | 130 | 4 | 106 | 133 | 66 |
| Binary | 11001111 | 11110100 | 11110 | 1111 | 0 | 1011000 | 100 | 1000110 | 1011011 | 110110 |
Color Harmonies of #CFF41E
Complementary color
Monochromatic Colors of #CFF41E
Black with #CFF41E
Text Example
Text Example
White with #CFF41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF41E; }
p { color: rgb(207,244,30); }
H1.HeaderClassName
{
color: #CFF41E;
}
.AnyTagClassName
{
color: #CFF41E;
}
</style>
background-color css
<style>
a { background-color: #CFF41E; }
a { background-color: rgb(207,244,30); }
div.DivClassName
{
background-color: #CFF41E;
}
.BgClassName
{
background-color: #CFF41E;
}
</style>
border-color css
<style>
span { border-color: #CFF41E; }
span { border-color: rgb(207,244,30); }
td.TdClassName
{
border-color: #CFF41E;
}
.TagClassName
{
border-color: #CFF41E;
}
</style>