Shades of Pear #CFF41F
Tints of Pear #CFF41F
RGB
CMYK
RGB Variations
Color information
#CFF41F (or 0xCFF41F) is known color: Pear. HEX triplet: CF, F4 and 1F. RGB value is (207,244,31). Sum of RGB (Red+Green+Blue) = 207+244+31=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 244 (95.70% from 255 or 50.62% from 482); Blue value is 31 (12.5% from 255 or 6.43% from 482); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF41F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF41F is #300BE0. Grayscale: #D1D1D1. Windows color (decimal): -3148769 or 2094287. OLE color: 2094287.
HSL color Cylindrical-coordinate representation of color #CFF41F: hue angle of 70.42º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CFF41F is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 244 | 31 | - |
| CMYK | 0.15 | 0 | 0.87 | 0.04 |
| HSL | 70.42º | 0.91% | 0.54% | - |
| HSV(B) | 70.42º | 0.87% | 0.96% | - |
| XYZ | 58.33 | 78.07 | 13.29 | - |
| YUV | 208.66 | 27.74 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 244 | 31 | 0.15 | 0 | 0.87 | 0.04 | 70.42 | 0.91 | 0.54 |
| Hex | CF | F4 | 1F | F | 0 | 57 | 4 | 46 | 5B | 36 |
| Octal | 317 | 364 | 37 | 17 | 0 | 127 | 4 | 106 | 133 | 66 |
| Binary | 11001111 | 11110100 | 11111 | 1111 | 0 | 1010111 | 100 | 1000110 | 1011011 | 110110 |
Color Harmonies of #CFF41F
Complementary color
Monochromatic Colors of #CFF41F
Black with #CFF41F
Text Example
Text Example
White with #CFF41F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF41F; }
p { color: rgb(207,244,31); }
H1.HeaderClassName
{
color: #CFF41F;
}
.AnyTagClassName
{
color: #CFF41F;
}
</style>
background-color css
<style>
a { background-color: #CFF41F; }
a { background-color: rgb(207,244,31); }
div.DivClassName
{
background-color: #CFF41F;
}
.BgClassName
{
background-color: #CFF41F;
}
</style>
border-color css
<style>
span { border-color: #CFF41F; }
span { border-color: rgb(207,244,31); }
td.TdClassName
{
border-color: #CFF41F;
}
.TagClassName
{
border-color: #CFF41F;
}
</style>