Shades of Pear #D9F21A
Tints of Pear #D9F21A
RGB
CMYK
RGB Variations
Color information
#D9F21A (or 0xD9F21A) is known color: Pear. HEX triplet: D9, F2 and 1A. RGB value is (217,242,26). Sum of RGB (Red+Green+Blue) = 217+242+26=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 242 (94.92% from 255 or 49.90% from 485); Blue value is 26 (10.55% from 255 or 5.36% from 485); Max value from RGB is 242 - color contains mainly: green. Hex color #D9F21A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9F21A is #260DE5. Grayscale: #D2D2D2. Windows color (decimal): -2493926 or 1766105. OLE color: 1766105.
HSL color Cylindrical-coordinate representation of color #D9F21A: hue angle of 66.94º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D9F21A is Cyan = 0.10, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 242 | 26 | - |
| CMYK | 0.10 | 0 | 0.89 | 0.05 |
| HSL | 66.94º | 0.89% | 0.53% | - |
| HSV(B) | 66.94º | 0.89% | 0.95% | - |
| XYZ | 60.55 | 78.33 | 12.91 | - |
| YUV | 209.9 | 24.22 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 242 | 26 | 0.10 | 0 | 0.89 | 0.05 | 66.94 | 0.89 | 0.53 |
| Hex | D9 | F2 | 1A | A | 0 | 59 | 5 | 43 | 59 | 35 |
| Octal | 331 | 362 | 32 | 12 | 0 | 131 | 5 | 103 | 131 | 65 |
| Binary | 11011001 | 11110010 | 11010 | 1010 | 0 | 1011001 | 101 | 1000011 | 1011001 | 110101 |
Color Harmonies of #D9F21A
Complementary color
Monochromatic Colors of #D9F21A
Black with #D9F21A
Text Example
Text Example
White with #D9F21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F21A; }
p { color: rgb(217,242,26); }
H1.HeaderClassName
{
color: #D9F21A;
}
.AnyTagClassName
{
color: #D9F21A;
}
</style>
background-color css
<style>
a { background-color: #D9F21A; }
a { background-color: rgb(217,242,26); }
div.DivClassName
{
background-color: #D9F21A;
}
.BgClassName
{
background-color: #D9F21A;
}
</style>
border-color css
<style>
span { border-color: #D9F21A; }
span { border-color: rgb(217,242,26); }
td.TdClassName
{
border-color: #D9F21A;
}
.TagClassName
{
border-color: #D9F21A;
}
</style>