Shades of Pear #D9FC30
Tints of Pear #D9FC30
RGB
CMYK
RGB Variations
Color information
#D9FC30 (or 0xD9FC30) is known color: Pear. HEX triplet: D9, FC and 30. RGB value is (217,252,48). Sum of RGB (Red+Green+Blue) = 217+252+48=517 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.97% from 517); Green value is 252 (98.83% from 255 or 48.74% from 517); Blue value is 48 (19.14% from 255 or 9.28% from 517); Max value from RGB is 252 - color contains mainly: green. Hex color #D9FC30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9FC30 is #2603CF. Grayscale: #DBDBDB. Windows color (decimal): -2491344 or 3210457. OLE color: 3210457.
HSL color Cylindrical-coordinate representation of color #D9FC30: hue angle of 70.29º degrees, saturation: 0.97, 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 #D9FC30 is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 252 | 48 | - |
| CMYK | 0.14 | 0 | 0.81 | 0.01 |
| HSL | 70.29º | 0.97% | 0.59% | - |
| HSV(B) | 70.29º | 0.81% | 0.99% | - |
| XYZ | 63.96 | 84.59 | 15.75 | - |
| YUV | 218.28 | 31.9 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 252 | 48 | 0.14 | 0 | 0.81 | 0.01 | 70.29 | 0.97 | 0.59 |
| Hex | D9 | FC | 30 | E | 0 | 51 | 1 | 46 | 61 | 3B |
| Octal | 331 | 374 | 60 | 16 | 0 | 121 | 1 | 106 | 141 | 73 |
| Binary | 11011001 | 11111100 | 110000 | 1110 | 0 | 1010001 | 1 | 1000110 | 1100001 | 111011 |
Color Harmonies of #D9FC30
Complementary color
Monochromatic Colors of #D9FC30
Black with #D9FC30
Text Example
Text Example
White with #D9FC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FC30; }
p { color: rgb(217,252,48); }
H1.HeaderClassName
{
color: #D9FC30;
}
.AnyTagClassName
{
color: #D9FC30;
}
</style>
background-color css
<style>
a { background-color: #D9FC30; }
a { background-color: rgb(217,252,48); }
div.DivClassName
{
background-color: #D9FC30;
}
.BgClassName
{
background-color: #D9FC30;
}
</style>
border-color css
<style>
span { border-color: #D9FC30; }
span { border-color: rgb(217,252,48); }
td.TdClassName
{
border-color: #D9FC30;
}
.TagClassName
{
border-color: #D9FC30;
}
</style>