Shades of Pear #D9F53D
Tints of Pear #D9F53D
RGB
CMYK
RGB Variations
Color information
#D9F53D (or 0xD9F53D) is known color: Pear. HEX triplet: D9, F5 and 3D. RGB value is (217,245,61). Sum of RGB (Red+Green+Blue) = 217+245+61=523 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.49% from 523); Green value is 245 (96.09% from 255 or 46.85% from 523); Blue value is 61 (24.22% from 255 or 11.66% from 523); Max value from RGB is 245 - color contains mainly: green. Hex color #D9F53D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9F53D is #260AC2. Grayscale: #D8D8D8. Windows color (decimal): -2493123 or 4060633. OLE color: 4060633.
HSL color Cylindrical-coordinate representation of color #D9F53D: hue angle of 69.13º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D9F53D is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 245 | 61 | - |
| CMYK | 0.11 | 0 | 0.75 | 0.04 |
| HSL | 69.13º | 0.9% | 0.6% | - |
| HSV(B) | 69.13º | 0.75% | 0.96% | - |
| XYZ | 62.11 | 80.39 | 16.66 | - |
| YUV | 215.65 | 40.72 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 245 | 61 | 0.11 | 0 | 0.75 | 0.04 | 69.13 | 0.9 | 0.6 |
| Hex | D9 | F5 | 3D | B | 0 | 4B | 4 | 45 | 5A | 3C |
| Octal | 331 | 365 | 75 | 13 | 0 | 113 | 4 | 105 | 132 | 74 |
| Binary | 11011001 | 11110101 | 111101 | 1011 | 0 | 1001011 | 100 | 1000101 | 1011010 | 111100 |
Color Harmonies of #D9F53D
Complementary color
Monochromatic Colors of #D9F53D
Black with #D9F53D
Text Example
Text Example
White with #D9F53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F53D; }
p { color: rgb(217,245,61); }
H1.HeaderClassName
{
color: #D9F53D;
}
.AnyTagClassName
{
color: #D9F53D;
}
</style>
background-color css
<style>
a { background-color: #D9F53D; }
a { background-color: rgb(217,245,61); }
div.DivClassName
{
background-color: #D9F53D;
}
.BgClassName
{
background-color: #D9F53D;
}
</style>
border-color css
<style>
span { border-color: #D9F53D; }
span { border-color: rgb(217,245,61); }
td.TdClassName
{
border-color: #D9F53D;
}
.TagClassName
{
border-color: #D9F53D;
}
</style>