Shades of Pear #CFF61F
Tints of Pear #CFF61F
RGB
CMYK
RGB Variations
Color information
#CFF61F (or 0xCFF61F) is known color: Pear. HEX triplet: CF, F6 and 1F. RGB value is (207,246,31). Sum of RGB (Red+Green+Blue) = 207+246+31=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 246 (96.48% from 255 or 50.83% from 484); Blue value is 31 (12.5% from 255 or 6.40% from 484); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF61F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF61F is #3009E0. Grayscale: #D2D2D2. Windows color (decimal): -3148257 or 2094799. OLE color: 2094799.
HSL color Cylindrical-coordinate representation of color #CFF61F: hue angle of 70.88º degrees, saturation: 0.92, 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 #CFF61F is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 246 | 31 | - |
| CMYK | 0.16 | 0 | 0.87 | 0.04 |
| HSL | 70.88º | 0.92% | 0.54% | - |
| HSV(B) | 70.88º | 0.87% | 0.96% | - |
| XYZ | 58.94 | 79.28 | 13.49 | - |
| YUV | 209.83 | 27.08 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 246 | 31 | 0.16 | 0 | 0.87 | 0.04 | 70.88 | 0.92 | 0.54 |
| Hex | CF | F6 | 1F | 10 | 0 | 57 | 4 | 47 | 5C | 36 |
| Octal | 317 | 366 | 37 | 20 | 0 | 127 | 4 | 107 | 134 | 66 |
| Binary | 11001111 | 11110110 | 11111 | 10000 | 0 | 1010111 | 100 | 1000111 | 1011100 | 110110 |
Color Harmonies of #CFF61F
Complementary color
Monochromatic Colors of #CFF61F
Black with #CFF61F
Text Example
Text Example
White with #CFF61F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF61F; }
p { color: rgb(207,246,31); }
H1.HeaderClassName
{
color: #CFF61F;
}
.AnyTagClassName
{
color: #CFF61F;
}
</style>
background-color css
<style>
a { background-color: #CFF61F; }
a { background-color: rgb(207,246,31); }
div.DivClassName
{
background-color: #CFF61F;
}
.BgClassName
{
background-color: #CFF61F;
}
</style>
border-color css
<style>
span { border-color: #CFF61F; }
span { border-color: rgb(207,246,31); }
td.TdClassName
{
border-color: #CFF61F;
}
.TagClassName
{
border-color: #CFF61F;
}
</style>