Shades of Pear #D9F21F
Tints of Pear #D9F21F
RGB
CMYK
RGB Variations
Color information
#D9F21F (or 0xD9F21F) is known color: Pear. HEX triplet: D9, F2 and 1F. RGB value is (217,242,31). Sum of RGB (Red+Green+Blue) = 217+242+31=490 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.29% from 490); Green value is 242 (94.92% from 255 or 49.39% from 490); Blue value is 31 (12.5% from 255 or 6.33% from 490); Max value from RGB is 242 - color contains mainly: green. Hex color #D9F21F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9F21F is #260DE0. Grayscale: #D3D3D3. Windows color (decimal): -2493921 or 2093785. OLE color: 2093785.
HSL color Cylindrical-coordinate representation of color #D9F21F: hue angle of 67.11º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D9F21F is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 242 | 31 | - |
| CMYK | 0.10 | 0 | 0.87 | 0.05 |
| HSL | 67.11º | 0.89% | 0.54% | - |
| HSV(B) | 67.11º | 0.87% | 0.95% | - |
| XYZ | 60.61 | 78.35 | 13.23 | - |
| YUV | 210.47 | 26.72 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 242 | 31 | 0.10 | 0 | 0.87 | 0.05 | 67.11 | 0.89 | 0.54 |
| Hex | D9 | F2 | 1F | A | 0 | 57 | 5 | 43 | 59 | 36 |
| Octal | 331 | 362 | 37 | 12 | 0 | 127 | 5 | 103 | 131 | 66 |
| Binary | 11011001 | 11110010 | 11111 | 1010 | 0 | 1010111 | 101 | 1000011 | 1011001 | 110110 |
Color Harmonies of #D9F21F
Complementary color
Monochromatic Colors of #D9F21F
Black with #D9F21F
Text Example
Text Example
White with #D9F21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F21F; }
p { color: rgb(217,242,31); }
H1.HeaderClassName
{
color: #D9F21F;
}
.AnyTagClassName
{
color: #D9F21F;
}
</style>
background-color css
<style>
a { background-color: #D9F21F; }
a { background-color: rgb(217,242,31); }
div.DivClassName
{
background-color: #D9F21F;
}
.BgClassName
{
background-color: #D9F21F;
}
</style>
border-color css
<style>
span { border-color: #D9F21F; }
span { border-color: rgb(217,242,31); }
td.TdClassName
{
border-color: #D9F21F;
}
.TagClassName
{
border-color: #D9F21F;
}
</style>