Shades of Pear #D9F02F
Tints of Pear #D9F02F
RGB
CMYK
RGB Variations
Color information
#D9F02F (or 0xD9F02F) is known color: Pear. HEX triplet: D9, F0 and 2F. RGB value is (217,240,47). Sum of RGB (Red+Green+Blue) = 217+240+47=504 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.06% from 504); Green value is 240 (94.14% from 255 or 47.62% from 504); Blue value is 47 (18.75% from 255 or 9.33% from 504); Max value from RGB is 240 - color contains mainly: green. Hex color #D9F02F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9F02F is #260FD0. Grayscale: #D3D3D3. Windows color (decimal): -2494417 or 3141849. OLE color: 3141849.
HSL color Cylindrical-coordinate representation of color #D9F02F: hue angle of 67.15º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D9F02F is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 240 | 47 | - |
| CMYK | 0.10 | 0 | 0.80 | 0.06 |
| HSL | 67.15º | 0.87% | 0.56% | - |
| HSV(B) | 67.15º | 0.8% | 0.94% | - |
| XYZ | 60.29 | 77.28 | 14.43 | - |
| YUV | 211.12 | 35.38 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 240 | 47 | 0.10 | 0 | 0.80 | 0.06 | 67.15 | 0.87 | 0.56 |
| Hex | D9 | F0 | 2F | A | 0 | 50 | 6 | 43 | 57 | 38 |
| Octal | 331 | 360 | 57 | 12 | 0 | 120 | 6 | 103 | 127 | 70 |
| Binary | 11011001 | 11110000 | 101111 | 1010 | 0 | 1010000 | 110 | 1000011 | 1010111 | 111000 |
Color Harmonies of #D9F02F
Complementary color
Monochromatic Colors of #D9F02F
Black with #D9F02F
Text Example
Text Example
White with #D9F02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F02F; }
p { color: rgb(217,240,47); }
H1.HeaderClassName
{
color: #D9F02F;
}
.AnyTagClassName
{
color: #D9F02F;
}
</style>
background-color css
<style>
a { background-color: #D9F02F; }
a { background-color: rgb(217,240,47); }
div.DivClassName
{
background-color: #D9F02F;
}
.BgClassName
{
background-color: #D9F02F;
}
</style>
border-color css
<style>
span { border-color: #D9F02F; }
span { border-color: rgb(217,240,47); }
td.TdClassName
{
border-color: #D9F02F;
}
.TagClassName
{
border-color: #D9F02F;
}
</style>