Shades of Pear #D6F137
Tints of Pear #D6F137
RGB
CMYK
RGB Variations
Color information
#D6F137 (or 0xD6F137) is known color: Pear. HEX triplet: D6, F1 and 37. RGB value is (214,241,55). Sum of RGB (Red+Green+Blue) = 214+241+55=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 241 (94.53% from 255 or 47.25% from 510); Blue value is 55 (21.88% from 255 or 10.78% from 510); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F137 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F137 is #290EC8. Grayscale: #D4D4D4. Windows color (decimal): -2690761 or 3666390. OLE color: 3666390.
HSL color Cylindrical-coordinate representation of color #D6F137: hue angle of 68.71º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D6F137 is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 241 | 55 | - |
| CMYK | 0.11 | 0 | 0.77 | 0.05 |
| HSL | 68.71º | 0.87% | 0.58% | - |
| HSV(B) | 68.71º | 0.77% | 0.95% | - |
| XYZ | 59.88 | 77.48 | 15.41 | - |
| YUV | 211.72 | 39.55 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 241 | 55 | 0.11 | 0 | 0.77 | 0.05 | 68.71 | 0.87 | 0.58 |
| Hex | D6 | F1 | 37 | B | 0 | 4D | 5 | 45 | 57 | 3A |
| Octal | 326 | 361 | 67 | 13 | 0 | 115 | 5 | 105 | 127 | 72 |
| Binary | 11010110 | 11110001 | 110111 | 1011 | 0 | 1001101 | 101 | 1000101 | 1010111 | 111010 |
Color Harmonies of #D6F137
Complementary color
Monochromatic Colors of #D6F137
Black with #D6F137
Text Example
Text Example
White with #D6F137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F137; }
p { color: rgb(214,241,55); }
H1.HeaderClassName
{
color: #D6F137;
}
.AnyTagClassName
{
color: #D6F137;
}
</style>
background-color css
<style>
a { background-color: #D6F137; }
a { background-color: rgb(214,241,55); }
div.DivClassName
{
background-color: #D6F137;
}
.BgClassName
{
background-color: #D6F137;
}
</style>
border-color css
<style>
span { border-color: #D6F137; }
span { border-color: rgb(214,241,55); }
td.TdClassName
{
border-color: #D6F137;
}
.TagClassName
{
border-color: #D6F137;
}
</style>