Shades of Pear #CFF037
Tints of Pear #CFF037
RGB
CMYK
RGB Variations
Color information
#CFF037 (or 0xCFF037) is known color: Pear. HEX triplet: CF, F0 and 37. RGB value is (207,240,55). Sum of RGB (Red+Green+Blue) = 207+240+55=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 240 (94.14% from 255 or 47.81% from 502); Blue value is 55 (21.88% from 255 or 10.96% from 502); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF037 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF037 is #300FC8. Grayscale: #D1D1D1. Windows color (decimal): -3149769 or 3666127. OLE color: 3666127.
HSL color Cylindrical-coordinate representation of color #CFF037: hue angle of 70.7º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CFF037 is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 55 | - |
| CMYK | 0.14 | 0 | 0.77 | 0.06 |
| HSL | 70.7º | 0.86% | 0.58% | - |
| HSV(B) | 70.7º | 0.77% | 0.94% | - |
| XYZ | 57.58 | 75.86 | 15.22 | - |
| YUV | 209.04 | 41.07 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 55 | 0.14 | 0 | 0.77 | 0.06 | 70.7 | 0.86 | 0.58 |
| Hex | CF | F0 | 37 | E | 0 | 4D | 6 | 47 | 56 | 3A |
| Octal | 317 | 360 | 67 | 16 | 0 | 115 | 6 | 107 | 126 | 72 |
| Binary | 11001111 | 11110000 | 110111 | 1110 | 0 | 1001101 | 110 | 1000111 | 1010110 | 111010 |
Color Harmonies of #CFF037
Complementary color
Monochromatic Colors of #CFF037
Black with #CFF037
Text Example
Text Example
White with #CFF037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF037; }
p { color: rgb(207,240,55); }
H1.HeaderClassName
{
color: #CFF037;
}
.AnyTagClassName
{
color: #CFF037;
}
</style>
background-color css
<style>
a { background-color: #CFF037; }
a { background-color: rgb(207,240,55); }
div.DivClassName
{
background-color: #CFF037;
}
.BgClassName
{
background-color: #CFF037;
}
</style>
border-color css
<style>
span { border-color: #CFF037; }
span { border-color: rgb(207,240,55); }
td.TdClassName
{
border-color: #CFF037;
}
.TagClassName
{
border-color: #CFF037;
}
</style>