Shades of Pear #D9F446
Tints of Pear #D9F446
RGB
CMYK
RGB Variations
Color information
#D9F446 (or 0xD9F446) is known color: Pear. HEX triplet: D9, F4 and 46. RGB value is (217,244,70). Sum of RGB (Red+Green+Blue) = 217+244+70=531 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.87% from 531); Green value is 244 (95.70% from 255 or 45.95% from 531); Blue value is 70 (27.73% from 255 or 13.18% from 531); Max value from RGB is 244 - color contains mainly: green. Hex color #D9F446 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9F446 is #260BB9. Grayscale: #D8D8D8. Windows color (decimal): -2493370 or 4650201. OLE color: 4650201.
HSL color Cylindrical-coordinate representation of color #D9F446: hue angle of 69.31º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D9F446 is Cyan = 0.11, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 244 | 70 | - |
| CMYK | 0.11 | 0 | 0.71 | 0.04 |
| HSL | 69.31º | 0.89% | 0.62% | - |
| HSV(B) | 69.31º | 0.71% | 0.96% | - |
| XYZ | 62.07 | 79.9 | 17.94 | - |
| YUV | 216.09 | 45.55 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 244 | 70 | 0.11 | 0 | 0.71 | 0.04 | 69.31 | 0.89 | 0.62 |
| Hex | D9 | F4 | 46 | B | 0 | 47 | 4 | 45 | 59 | 3E |
| Octal | 331 | 364 | 106 | 13 | 0 | 107 | 4 | 105 | 131 | 76 |
| Binary | 11011001 | 11110100 | 1000110 | 1011 | 0 | 1000111 | 100 | 1000101 | 1011001 | 111110 |
Color Harmonies of #D9F446
Complementary color
Monochromatic Colors of #D9F446
Black with #D9F446
Text Example
Text Example
White with #D9F446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F446; }
p { color: rgb(217,244,70); }
H1.HeaderClassName
{
color: #D9F446;
}
.AnyTagClassName
{
color: #D9F446;
}
</style>
background-color css
<style>
a { background-color: #D9F446; }
a { background-color: rgb(217,244,70); }
div.DivClassName
{
background-color: #D9F446;
}
.BgClassName
{
background-color: #D9F446;
}
</style>
border-color css
<style>
span { border-color: #D9F446; }
span { border-color: rgb(217,244,70); }
td.TdClassName
{
border-color: #D9F446;
}
.TagClassName
{
border-color: #D9F446;
}
</style>