Shades of Pear #D6FA31
Tints of Pear #D6FA31
RGB
CMYK
RGB Variations
Color information
#D6FA31 (or 0xD6FA31) is known color: Pear. HEX triplet: D6, FA and 31. RGB value is (214,250,49). Sum of RGB (Red+Green+Blue) = 214+250+49=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 250 (98.05% from 255 or 48.73% from 513); Blue value is 49 (19.53% from 255 or 9.55% from 513); Max value from RGB is 250 - color contains mainly: green. Hex color #D6FA31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6FA31 is #2905CE. Grayscale: #D9D9D9. Windows color (decimal): -2688463 or 3275478. OLE color: 3275478.
HSL color Cylindrical-coordinate representation of color #D6FA31: hue angle of 70.75º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D6FA31 is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 250 | 49 | - |
| CMYK | 0.14 | 0 | 0.80 | 0.02 |
| HSL | 70.75º | 0.95% | 0.59% | - |
| HSV(B) | 70.75º | 0.8% | 0.98% | - |
| XYZ | 62.47 | 82.89 | 15.61 | - |
| YUV | 216.32 | 33.57 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 250 | 49 | 0.14 | 0 | 0.80 | 0.02 | 70.75 | 0.95 | 0.59 |
| Hex | D6 | FA | 31 | E | 0 | 50 | 2 | 47 | 5F | 3B |
| Octal | 326 | 372 | 61 | 16 | 0 | 120 | 2 | 107 | 137 | 73 |
| Binary | 11010110 | 11111010 | 110001 | 1110 | 0 | 1010000 | 10 | 1000111 | 1011111 | 111011 |
Color Harmonies of #D6FA31
Complementary color
Monochromatic Colors of #D6FA31
Black with #D6FA31
Text Example
Text Example
White with #D6FA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FA31; }
p { color: rgb(214,250,49); }
H1.HeaderClassName
{
color: #D6FA31;
}
.AnyTagClassName
{
color: #D6FA31;
}
</style>
background-color css
<style>
a { background-color: #D6FA31; }
a { background-color: rgb(214,250,49); }
div.DivClassName
{
background-color: #D6FA31;
}
.BgClassName
{
background-color: #D6FA31;
}
</style>
border-color css
<style>
span { border-color: #D6FA31; }
span { border-color: rgb(214,250,49); }
td.TdClassName
{
border-color: #D6FA31;
}
.TagClassName
{
border-color: #D6FA31;
}
</style>