Shades of Pear #D9F03F
Tints of Pear #D9F03F
RGB
CMYK
RGB Variations
Color information
#D9F03F (or 0xD9F03F) is known color: Pear. HEX triplet: D9, F0 and 3F. RGB value is (217,240,63). Sum of RGB (Red+Green+Blue) = 217+240+63=520 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.73% from 520); Green value is 240 (94.14% from 255 or 46.15% from 520); Blue value is 63 (25% from 255 or 12.12% from 520); Max value from RGB is 240 - color contains mainly: green. Hex color #D9F03F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9F03F is #260FC0. Grayscale: #D5D5D5. Windows color (decimal): -2494401 or 4190425. OLE color: 4190425.
HSL color Cylindrical-coordinate representation of color #D9F03F: hue angle of 67.8º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D9F03F is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 240 | 63 | - |
| CMYK | 0.10 | 0 | 0.74 | 0.06 |
| HSL | 67.8º | 0.86% | 0.59% | - |
| HSV(B) | 67.8º | 0.74% | 0.94% | - |
| XYZ | 60.67 | 77.43 | 16.45 | - |
| YUV | 212.95 | 43.38 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 240 | 63 | 0.10 | 0 | 0.74 | 0.06 | 67.8 | 0.86 | 0.59 |
| Hex | D9 | F0 | 3F | A | 0 | 4A | 6 | 44 | 56 | 3B |
| Octal | 331 | 360 | 77 | 12 | 0 | 112 | 6 | 104 | 126 | 73 |
| Binary | 11011001 | 11110000 | 111111 | 1010 | 0 | 1001010 | 110 | 1000100 | 1010110 | 111011 |
Color Harmonies of #D9F03F
Complementary color
Monochromatic Colors of #D9F03F
Black with #D9F03F
Text Example
Text Example
White with #D9F03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F03F; }
p { color: rgb(217,240,63); }
H1.HeaderClassName
{
color: #D9F03F;
}
.AnyTagClassName
{
color: #D9F03F;
}
</style>
background-color css
<style>
a { background-color: #D9F03F; }
a { background-color: rgb(217,240,63); }
div.DivClassName
{
background-color: #D9F03F;
}
.BgClassName
{
background-color: #D9F03F;
}
</style>
border-color css
<style>
span { border-color: #D9F03F; }
span { border-color: rgb(217,240,63); }
td.TdClassName
{
border-color: #D9F03F;
}
.TagClassName
{
border-color: #D9F03F;
}
</style>