Shades of Pear #D9F146
Tints of Pear #D9F146
RGB
CMYK
RGB Variations
Color information
#D9F146 (or 0xD9F146) is known color: Pear. HEX triplet: D9, F1 and 46. RGB value is (217,241,70). Sum of RGB (Red+Green+Blue) = 217+241+70=528 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.10% from 528); Green value is 241 (94.53% from 255 or 45.64% from 528); Blue value is 70 (27.73% from 255 or 13.26% from 528); Max value from RGB is 241 - color contains mainly: green. Hex color #D9F146 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9F146 is #260EB9. Grayscale: #D6D6D6. Windows color (decimal): -2494138 or 4649433. OLE color: 4649433.
HSL color Cylindrical-coordinate representation of color #D9F146: hue angle of 68.42º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D9F146 is Cyan = 0.10, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 241 | 70 | - |
| CMYK | 0.10 | 0 | 0.71 | 0.05 |
| HSL | 68.42º | 0.86% | 0.61% | - |
| HSV(B) | 68.42º | 0.71% | 0.95% | - |
| XYZ | 61.18 | 78.1 | 17.65 | - |
| YUV | 214.33 | 46.55 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 241 | 70 | 0.10 | 0 | 0.71 | 0.05 | 68.42 | 0.86 | 0.61 |
| Hex | D9 | F1 | 46 | A | 0 | 47 | 5 | 44 | 56 | 3D |
| Octal | 331 | 361 | 106 | 12 | 0 | 107 | 5 | 104 | 126 | 75 |
| Binary | 11011001 | 11110001 | 1000110 | 1010 | 0 | 1000111 | 101 | 1000100 | 1010110 | 111101 |
Color Harmonies of #D9F146
Complementary color
Monochromatic Colors of #D9F146
Black with #D9F146
Text Example
Text Example
White with #D9F146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F146; }
p { color: rgb(217,241,70); }
H1.HeaderClassName
{
color: #D9F146;
}
.AnyTagClassName
{
color: #D9F146;
}
</style>
background-color css
<style>
a { background-color: #D9F146; }
a { background-color: rgb(217,241,70); }
div.DivClassName
{
background-color: #D9F146;
}
.BgClassName
{
background-color: #D9F146;
}
</style>
border-color css
<style>
span { border-color: #D9F146; }
span { border-color: rgb(217,241,70); }
td.TdClassName
{
border-color: #D9F146;
}
.TagClassName
{
border-color: #D9F146;
}
</style>