Shades of Pear #D3F949
Tints of Pear #D3F949
RGB
CMYK
RGB Variations
Color information
#D3F949 (or 0xD3F949) is known color: Pear. HEX triplet: D3, F9 and 49. RGB value is (211,249,73). Sum of RGB (Red+Green+Blue) = 211+249+73=533 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.59% from 533); Green value is 249 (97.66% from 255 or 46.72% from 533); Blue value is 73 (28.91% from 255 or 13.70% from 533); Max value from RGB is 249 - color contains mainly: green. Hex color #D3F949 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3F949 is #2C06B6. Grayscale: #DADADA. Windows color (decimal): -2885303 or 4848083. OLE color: 4848083.
HSL color Cylindrical-coordinate representation of color #D3F949: hue angle of 72.95º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D3F949 is Cyan = 0.15, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 249 | 73 | - |
| CMYK | 0.15 | 0 | 0.71 | 0.02 |
| HSL | 72.95º | 0.94% | 0.63% | - |
| HSV(B) | 72.95º | 0.71% | 0.98% | - |
| XYZ | 61.94 | 82.08 | 18.88 | - |
| YUV | 217.57 | 46.41 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 249 | 73 | 0.15 | 0 | 0.71 | 0.02 | 72.95 | 0.94 | 0.63 |
| Hex | D3 | F9 | 49 | F | 0 | 47 | 2 | 49 | 5E | 3F |
| Octal | 323 | 371 | 111 | 17 | 0 | 107 | 2 | 111 | 136 | 77 |
| Binary | 11010011 | 11111001 | 1001001 | 1111 | 0 | 1000111 | 10 | 1001001 | 1011110 | 111111 |
Color Harmonies of #D3F949
Complementary color
Monochromatic Colors of #D3F949
Black with #D3F949
Text Example
Text Example
White with #D3F949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F949; }
p { color: rgb(211,249,73); }
H1.HeaderClassName
{
color: #D3F949;
}
.AnyTagClassName
{
color: #D3F949;
}
</style>
background-color css
<style>
a { background-color: #D3F949; }
a { background-color: rgb(211,249,73); }
div.DivClassName
{
background-color: #D3F949;
}
.BgClassName
{
background-color: #D3F949;
}
</style>
border-color css
<style>
span { border-color: #D3F949; }
span { border-color: rgb(211,249,73); }
td.TdClassName
{
border-color: #D3F949;
}
.TagClassName
{
border-color: #D3F949;
}
</style>