Shades of Pear #CFF031
Tints of Pear #CFF031
RGB
CMYK
RGB Variations
Color information
#CFF031 (or 0xCFF031) is known color: Pear. HEX triplet: CF, F0 and 31. RGB value is (207,240,49). Sum of RGB (Red+Green+Blue) = 207+240+49=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 240 (94.14% from 255 or 48.39% from 496); Blue value is 49 (19.53% from 255 or 9.88% from 496); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF031 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF031 is #300FCE. Grayscale: #D1D1D1. Windows color (decimal): -3149775 or 3272911. OLE color: 3272911.
HSL color Cylindrical-coordinate representation of color #CFF031: hue angle of 70.37º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CFF031 is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 49 | - |
| CMYK | 0.14 | 0 | 0.80 | 0.06 |
| HSL | 70.37º | 0.86% | 0.57% | - |
| HSV(B) | 70.37º | 0.8% | 0.94% | - |
| XYZ | 57.45 | 75.81 | 14.51 | - |
| YUV | 208.36 | 38.07 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 49 | 0.14 | 0 | 0.80 | 0.06 | 70.37 | 0.86 | 0.57 |
| Hex | CF | F0 | 31 | E | 0 | 50 | 6 | 46 | 56 | 39 |
| Octal | 317 | 360 | 61 | 16 | 0 | 120 | 6 | 106 | 126 | 71 |
| Binary | 11001111 | 11110000 | 110001 | 1110 | 0 | 1010000 | 110 | 1000110 | 1010110 | 111001 |
Color Harmonies of #CFF031
Complementary color
Monochromatic Colors of #CFF031
Black with #CFF031
Text Example
Text Example
White with #CFF031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF031; }
p { color: rgb(207,240,49); }
H1.HeaderClassName
{
color: #CFF031;
}
.AnyTagClassName
{
color: #CFF031;
}
</style>
background-color css
<style>
a { background-color: #CFF031; }
a { background-color: rgb(207,240,49); }
div.DivClassName
{
background-color: #CFF031;
}
.BgClassName
{
background-color: #CFF031;
}
</style>
border-color css
<style>
span { border-color: #CFF031; }
span { border-color: rgb(207,240,49); }
td.TdClassName
{
border-color: #CFF031;
}
.TagClassName
{
border-color: #CFF031;
}
</style>