Shades of Pear #D0FA1F
Tints of Pear #D0FA1F
RGB
CMYK
RGB Variations
Color information
#D0FA1F (or 0xD0FA1F) is known color: Pear. HEX triplet: D0, FA and 1F. RGB value is (208,250,31). Sum of RGB (Red+Green+Blue) = 208+250+31=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 250 (98.05% from 255 or 51.12% from 489); Blue value is 31 (12.5% from 255 or 6.34% from 489); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FA1F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0FA1F is #2F05E0. Grayscale: #D5D5D5. Windows color (decimal): -3081697 or 2095824. OLE color: 2095824.
HSL color Cylindrical-coordinate representation of color #D0FA1F: hue angle of 71.51º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D0FA1F is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 250 | 31 | - |
| CMYK | 0.17 | 0 | 0.88 | 0.02 |
| HSL | 71.51º | 0.96% | 0.55% | - |
| HSV(B) | 71.51º | 0.88% | 0.98% | - |
| XYZ | 60.45 | 81.88 | 13.91 | - |
| YUV | 212.48 | 25.59 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 250 | 31 | 0.17 | 0 | 0.88 | 0.02 | 71.51 | 0.96 | 0.55 |
| Hex | D0 | FA | 1F | 11 | 0 | 58 | 2 | 48 | 60 | 37 |
| Octal | 320 | 372 | 37 | 21 | 0 | 130 | 2 | 110 | 140 | 67 |
| Binary | 11010000 | 11111010 | 11111 | 10001 | 0 | 1011000 | 10 | 1001000 | 1100000 | 110111 |
Color Harmonies of #D0FA1F
Complementary color
Monochromatic Colors of #D0FA1F
Black with #D0FA1F
Text Example
Text Example
White with #D0FA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FA1F; }
p { color: rgb(208,250,31); }
H1.HeaderClassName
{
color: #D0FA1F;
}
.AnyTagClassName
{
color: #D0FA1F;
}
</style>
background-color css
<style>
a { background-color: #D0FA1F; }
a { background-color: rgb(208,250,31); }
div.DivClassName
{
background-color: #D0FA1F;
}
.BgClassName
{
background-color: #D0FA1F;
}
</style>
border-color css
<style>
span { border-color: #D0FA1F; }
span { border-color: rgb(208,250,31); }
td.TdClassName
{
border-color: #D0FA1F;
}
.TagClassName
{
border-color: #D0FA1F;
}
</style>