Shades of Pear #D0FD31
Tints of Pear #D0FD31
RGB
CMYK
RGB Variations
Color information
#D0FD31 (or 0xD0FD31) is known color: Pear. HEX triplet: D0, FD and 31. RGB value is (208,253,49). Sum of RGB (Red+Green+Blue) = 208+253+49=510 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.78% from 510); Green value is 253 (99.22% from 255 or 49.61% from 510); Blue value is 49 (19.53% from 255 or 9.61% from 510); Max value from RGB is 253 - color contains mainly: green. Hex color #D0FD31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0FD31 is #2F02CE. Grayscale: #D9D9D9. Windows color (decimal): -3080911 or 3276240. OLE color: 3276240.
HSL color Cylindrical-coordinate representation of color #D0FD31: hue angle of 73.24º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D0FD31 is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 253 | 49 | - |
| CMYK | 0.18 | 0 | 0.81 | 0.01 |
| HSL | 73.24º | 0.98% | 0.59% | - |
| HSV(B) | 73.24º | 0.81% | 0.99% | - |
| XYZ | 61.69 | 83.88 | 15.85 | - |
| YUV | 216.29 | 33.59 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 253 | 49 | 0.18 | 0 | 0.81 | 0.01 | 73.24 | 0.98 | 0.59 |
| Hex | D0 | FD | 31 | 12 | 0 | 51 | 1 | 49 | 62 | 3B |
| Octal | 320 | 375 | 61 | 22 | 0 | 121 | 1 | 111 | 142 | 73 |
| Binary | 11010000 | 11111101 | 110001 | 10010 | 0 | 1010001 | 1 | 1001001 | 1100010 | 111011 |
Color Harmonies of #D0FD31
Complementary color
Monochromatic Colors of #D0FD31
Black with #D0FD31
Text Example
Text Example
White with #D0FD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FD31; }
p { color: rgb(208,253,49); }
H1.HeaderClassName
{
color: #D0FD31;
}
.AnyTagClassName
{
color: #D0FD31;
}
</style>
background-color css
<style>
a { background-color: #D0FD31; }
a { background-color: rgb(208,253,49); }
div.DivClassName
{
background-color: #D0FD31;
}
.BgClassName
{
background-color: #D0FD31;
}
</style>
border-color css
<style>
span { border-color: #D0FD31; }
span { border-color: rgb(208,253,49); }
td.TdClassName
{
border-color: #D0FD31;
}
.TagClassName
{
border-color: #D0FD31;
}
</style>