Shades of Pear #D0FA31
Tints of Pear #D0FA31
RGB
CMYK
RGB Variations
Color information
#D0FA31 (or 0xD0FA31) is known color: Pear. HEX triplet: D0, FA and 31. RGB value is (208,250,49). Sum of RGB (Red+Green+Blue) = 208+250+49=507 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.03% from 507); Green value is 250 (98.05% from 255 or 49.31% from 507); Blue value is 49 (19.53% from 255 or 9.66% from 507); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FA31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0FA31 is #2F05CE. Grayscale: #D7D7D7. Windows color (decimal): -3081679 or 3275472. OLE color: 3275472.
HSL color Cylindrical-coordinate representation of color #D0FA31: hue angle of 72.54º 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 #D0FA31 is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 250 | 49 | - |
| CMYK | 0.17 | 0 | 0.80 | 0.02 |
| HSL | 72.54º | 0.95% | 0.59% | - |
| HSV(B) | 72.54º | 0.8% | 0.98% | - |
| XYZ | 60.75 | 82 | 15.53 | - |
| YUV | 214.53 | 34.59 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 250 | 49 | 0.17 | 0 | 0.80 | 0.02 | 72.54 | 0.95 | 0.59 |
| Hex | D0 | FA | 31 | 11 | 0 | 50 | 2 | 49 | 5F | 3B |
| Octal | 320 | 372 | 61 | 21 | 0 | 120 | 2 | 111 | 137 | 73 |
| Binary | 11010000 | 11111010 | 110001 | 10001 | 0 | 1010000 | 10 | 1001001 | 1011111 | 111011 |
Color Harmonies of #D0FA31
Complementary color
Monochromatic Colors of #D0FA31
Black with #D0FA31
Text Example
Text Example
White with #D0FA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FA31; }
p { color: rgb(208,250,49); }
H1.HeaderClassName
{
color: #D0FA31;
}
.AnyTagClassName
{
color: #D0FA31;
}
</style>
background-color css
<style>
a { background-color: #D0FA31; }
a { background-color: rgb(208,250,49); }
div.DivClassName
{
background-color: #D0FA31;
}
.BgClassName
{
background-color: #D0FA31;
}
</style>
border-color css
<style>
span { border-color: #D0FA31; }
span { border-color: rgb(208,250,49); }
td.TdClassName
{
border-color: #D0FA31;
}
.TagClassName
{
border-color: #D0FA31;
}
</style>