Shades of Pear #D9F346
Tints of Pear #D9F346
RGB
CMYK
RGB Variations
Color information
#D9F346 (or 0xD9F346) is known color: Pear. HEX triplet: D9, F3 and 46. RGB value is (217,243,70). Sum of RGB (Red+Green+Blue) = 217+243+70=530 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.94% from 530); Green value is 243 (95.31% from 255 or 45.85% from 530); Blue value is 70 (27.73% from 255 or 13.21% from 530); Max value from RGB is 243 - color contains mainly: green. Hex color #D9F346 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9F346 is #260CB9. Grayscale: #D8D8D8. Windows color (decimal): -2493626 or 4649945. OLE color: 4649945.
HSL color Cylindrical-coordinate representation of color #D9F346: hue angle of 69.02º degrees, saturation: 0.88, 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 #D9F346 is Cyan = 0.11, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 243 | 70 | - |
| CMYK | 0.11 | 0 | 0.71 | 0.05 |
| HSL | 69.02º | 0.88% | 0.61% | - |
| HSV(B) | 69.02º | 0.71% | 0.95% | - |
| XYZ | 61.77 | 79.3 | 17.84 | - |
| YUV | 215.5 | 45.89 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 243 | 70 | 0.11 | 0 | 0.71 | 0.05 | 69.02 | 0.88 | 0.61 |
| Hex | D9 | F3 | 46 | B | 0 | 47 | 5 | 45 | 58 | 3D |
| Octal | 331 | 363 | 106 | 13 | 0 | 107 | 5 | 105 | 130 | 75 |
| Binary | 11011001 | 11110011 | 1000110 | 1011 | 0 | 1000111 | 101 | 1000101 | 1011000 | 111101 |
Color Harmonies of #D9F346
Complementary color
Monochromatic Colors of #D9F346
Black with #D9F346
Text Example
Text Example
White with #D9F346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F346; }
p { color: rgb(217,243,70); }
H1.HeaderClassName
{
color: #D9F346;
}
.AnyTagClassName
{
color: #D9F346;
}
</style>
background-color css
<style>
a { background-color: #D9F346; }
a { background-color: rgb(217,243,70); }
div.DivClassName
{
background-color: #D9F346;
}
.BgClassName
{
background-color: #D9F346;
}
</style>
border-color css
<style>
span { border-color: #D9F346; }
span { border-color: rgb(217,243,70); }
td.TdClassName
{
border-color: #D9F346;
}
.TagClassName
{
border-color: #D9F346;
}
</style>