Shades of Pear #D9F24A
Tints of Pear #D9F24A
RGB
CMYK
RGB Variations
Color information
#D9F24A (or 0xD9F24A) is known color: Pear. HEX triplet: D9, F2 and 4A. RGB value is (217,242,74). Sum of RGB (Red+Green+Blue) = 217+242+74=533 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.71% from 533); Green value is 242 (94.92% from 255 or 45.40% from 533); Blue value is 74 (29.30% from 255 or 13.88% from 533); Max value from RGB is 242 - color contains mainly: green. Hex color #D9F24A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9F24A is #260DB5. Grayscale: #D8D8D8. Windows color (decimal): -2493878 or 4911833. OLE color: 4911833.
HSL color Cylindrical-coordinate representation of color #D9F24A: hue angle of 68.93º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D9F24A is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 242 | 74 | - |
| CMYK | 0.10 | 0 | 0.69 | 0.05 |
| HSL | 68.93º | 0.87% | 0.62% | - |
| HSV(B) | 68.93º | 0.69% | 0.95% | - |
| XYZ | 61.6 | 78.75 | 18.43 | - |
| YUV | 215.37 | 48.22 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 242 | 74 | 0.10 | 0 | 0.69 | 0.05 | 68.93 | 0.87 | 0.62 |
| Hex | D9 | F2 | 4A | A | 0 | 45 | 5 | 45 | 57 | 3E |
| Octal | 331 | 362 | 112 | 12 | 0 | 105 | 5 | 105 | 127 | 76 |
| Binary | 11011001 | 11110010 | 1001010 | 1010 | 0 | 1000101 | 101 | 1000101 | 1010111 | 111110 |
Color Harmonies of #D9F24A
Complementary color
Monochromatic Colors of #D9F24A
Black with #D9F24A
Text Example
Text Example
White with #D9F24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F24A; }
p { color: rgb(217,242,74); }
H1.HeaderClassName
{
color: #D9F24A;
}
.AnyTagClassName
{
color: #D9F24A;
}
</style>
background-color css
<style>
a { background-color: #D9F24A; }
a { background-color: rgb(217,242,74); }
div.DivClassName
{
background-color: #D9F24A;
}
.BgClassName
{
background-color: #D9F24A;
}
</style>
border-color css
<style>
span { border-color: #D9F24A; }
span { border-color: rgb(217,242,74); }
td.TdClassName
{
border-color: #D9F24A;
}
.TagClassName
{
border-color: #D9F24A;
}
</style>