Shades of Pear #D3F124
Tints of Pear #D3F124
RGB
CMYK
RGB Variations
Color information
#D3F124 (or 0xD3F124) is known color: Pear. HEX triplet: D3, F1 and 24. RGB value is (211,241,36). Sum of RGB (Red+Green+Blue) = 211+241+36=488 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.24% from 488); Green value is 241 (94.53% from 255 or 49.39% from 488); Blue value is 36 (14.45% from 255 or 7.38% from 488); Max value from RGB is 241 - color contains mainly: green. Hex color #D3F124 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3F124 is #2C0EDB. Grayscale: #D1D1D1. Windows color (decimal): -2887388 or 2421203. OLE color: 2421203.
HSL color Cylindrical-coordinate representation of color #D3F124: hue angle of 68.78º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D3F124 is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 241 | 36 | - |
| CMYK | 0.12 | 0 | 0.85 | 0.05 |
| HSL | 68.78º | 0.88% | 0.54% | - |
| HSV(B) | 68.78º | 0.85% | 0.95% | - |
| XYZ | 58.64 | 76.89 | 13.42 | - |
| YUV | 208.66 | 30.56 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 241 | 36 | 0.12 | 0 | 0.85 | 0.05 | 68.78 | 0.88 | 0.54 |
| Hex | D3 | F1 | 24 | C | 0 | 55 | 5 | 45 | 58 | 36 |
| Octal | 323 | 361 | 44 | 14 | 0 | 125 | 5 | 105 | 130 | 66 |
| Binary | 11010011 | 11110001 | 100100 | 1100 | 0 | 1010101 | 101 | 1000101 | 1011000 | 110110 |
Color Harmonies of #D3F124
Complementary color
Monochromatic Colors of #D3F124
Black with #D3F124
Text Example
Text Example
White with #D3F124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F124; }
p { color: rgb(211,241,36); }
H1.HeaderClassName
{
color: #D3F124;
}
.AnyTagClassName
{
color: #D3F124;
}
</style>
background-color css
<style>
a { background-color: #D3F124; }
a { background-color: rgb(211,241,36); }
div.DivClassName
{
background-color: #D3F124;
}
.BgClassName
{
background-color: #D3F124;
}
</style>
border-color css
<style>
span { border-color: #D3F124; }
span { border-color: rgb(211,241,36); }
td.TdClassName
{
border-color: #D3F124;
}
.TagClassName
{
border-color: #D3F124;
}
</style>