Shades of Pear #D9F02E
Tints of Pear #D9F02E
RGB
CMYK
RGB Variations
Color information
#D9F02E (or 0xD9F02E) is known color: Pear. HEX triplet: D9, F0 and 2E. RGB value is (217,240,46). Sum of RGB (Red+Green+Blue) = 217+240+46=503 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.14% from 503); Green value is 240 (94.14% from 255 or 47.71% from 503); Blue value is 46 (18.36% from 255 or 9.15% from 503); Max value from RGB is 240 - color contains mainly: green. Hex color #D9F02E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9F02E is #260FD1. Grayscale: #D3D3D3. Windows color (decimal): -2494418 or 3076313. OLE color: 3076313.
HSL color Cylindrical-coordinate representation of color #D9F02E: hue angle of 67.11º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D9F02E is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 240 | 46 | - |
| CMYK | 0.10 | 0 | 0.81 | 0.06 |
| HSL | 67.11º | 0.87% | 0.56% | - |
| HSV(B) | 67.11º | 0.81% | 0.94% | - |
| XYZ | 60.27 | 77.27 | 14.32 | - |
| YUV | 211.01 | 34.88 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 240 | 46 | 0.10 | 0 | 0.81 | 0.06 | 67.11 | 0.87 | 0.56 |
| Hex | D9 | F0 | 2E | A | 0 | 51 | 6 | 43 | 57 | 38 |
| Octal | 331 | 360 | 56 | 12 | 0 | 121 | 6 | 103 | 127 | 70 |
| Binary | 11011001 | 11110000 | 101110 | 1010 | 0 | 1010001 | 110 | 1000011 | 1010111 | 111000 |
Color Harmonies of #D9F02E
Complementary color
Monochromatic Colors of #D9F02E
Black with #D9F02E
Text Example
Text Example
White with #D9F02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F02E; }
p { color: rgb(217,240,46); }
H1.HeaderClassName
{
color: #D9F02E;
}
.AnyTagClassName
{
color: #D9F02E;
}
</style>
background-color css
<style>
a { background-color: #D9F02E; }
a { background-color: rgb(217,240,46); }
div.DivClassName
{
background-color: #D9F02E;
}
.BgClassName
{
background-color: #D9F02E;
}
</style>
border-color css
<style>
span { border-color: #D9F02E; }
span { border-color: rgb(217,240,46); }
td.TdClassName
{
border-color: #D9F02E;
}
.TagClassName
{
border-color: #D9F02E;
}
</style>