Shades of Pear #D3F131
Tints of Pear #D3F131
RGB
CMYK
RGB Variations
Color information
#D3F131 (or 0xD3F131) is known color: Pear. HEX triplet: D3, F1 and 31. RGB value is (211,241,49). Sum of RGB (Red+Green+Blue) = 211+241+49=501 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.12% from 501); Green value is 241 (94.53% from 255 or 48.10% from 501); Blue value is 49 (19.53% from 255 or 9.78% from 501); Max value from RGB is 241 - color contains mainly: green. Hex color #D3F131 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3F131 is #2C0ECE. Grayscale: #D2D2D2. Windows color (decimal): -2887375 or 3273171. OLE color: 3273171.
HSL color Cylindrical-coordinate representation of color #D3F131: hue angle of 69.38º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D3F131 is Cyan = 0.12, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 241 | 49 | - |
| CMYK | 0.12 | 0 | 0.80 | 0.05 |
| HSL | 69.38º | 0.87% | 0.57% | - |
| HSV(B) | 69.38º | 0.8% | 0.95% | - |
| XYZ | 58.87 | 76.98 | 14.66 | - |
| YUV | 210.14 | 37.06 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 241 | 49 | 0.12 | 0 | 0.80 | 0.05 | 69.38 | 0.87 | 0.57 |
| Hex | D3 | F1 | 31 | C | 0 | 50 | 5 | 45 | 57 | 39 |
| Octal | 323 | 361 | 61 | 14 | 0 | 120 | 5 | 105 | 127 | 71 |
| Binary | 11010011 | 11110001 | 110001 | 1100 | 0 | 1010000 | 101 | 1000101 | 1010111 | 111001 |
Color Harmonies of #D3F131
Complementary color
Monochromatic Colors of #D3F131
Black with #D3F131
Text Example
Text Example
White with #D3F131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F131; }
p { color: rgb(211,241,49); }
H1.HeaderClassName
{
color: #D3F131;
}
.AnyTagClassName
{
color: #D3F131;
}
</style>
background-color css
<style>
a { background-color: #D3F131; }
a { background-color: rgb(211,241,49); }
div.DivClassName
{
background-color: #D3F131;
}
.BgClassName
{
background-color: #D3F131;
}
</style>
border-color css
<style>
span { border-color: #D3F131; }
span { border-color: rgb(211,241,49); }
td.TdClassName
{
border-color: #D3F131;
}
.TagClassName
{
border-color: #D3F131;
}
</style>