Shades of Pear #D3F420
Tints of Pear #D3F420
RGB
CMYK
RGB Variations
Color information
#D3F420 (or 0xD3F420) is known color: Pear. HEX triplet: D3, F4 and 20. RGB value is (211,244,32). Sum of RGB (Red+Green+Blue) = 211+244+32=487 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.33% from 487); Green value is 244 (95.70% from 255 or 50.10% from 487); Blue value is 32 (12.89% from 255 or 6.57% from 487); Max value from RGB is 244 - color contains mainly: green. Hex color #D3F420 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3F420 is #2C0BDF. Grayscale: #D2D2D2. Windows color (decimal): -2886624 or 2159827. OLE color: 2159827.
HSL color Cylindrical-coordinate representation of color #D3F420: hue angle of 69.34º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D3F420 is Cyan = 0.14, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 244 | 32 | - |
| CMYK | 0.14 | 0 | 0.87 | 0.04 |
| HSL | 69.34º | 0.91% | 0.54% | - |
| HSV(B) | 69.34º | 0.87% | 0.96% | - |
| XYZ | 59.48 | 78.65 | 13.41 | - |
| YUV | 209.97 | 27.57 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 244 | 32 | 0.14 | 0 | 0.87 | 0.04 | 69.34 | 0.91 | 0.54 |
| Hex | D3 | F4 | 20 | E | 0 | 57 | 4 | 45 | 5B | 36 |
| Octal | 323 | 364 | 40 | 16 | 0 | 127 | 4 | 105 | 133 | 66 |
| Binary | 11010011 | 11110100 | 100000 | 1110 | 0 | 1010111 | 100 | 1000101 | 1011011 | 110110 |
Color Harmonies of #D3F420
Complementary color
Monochromatic Colors of #D3F420
Black with #D3F420
Text Example
Text Example
White with #D3F420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F420; }
p { color: rgb(211,244,32); }
H1.HeaderClassName
{
color: #D3F420;
}
.AnyTagClassName
{
color: #D3F420;
}
</style>
background-color css
<style>
a { background-color: #D3F420; }
a { background-color: rgb(211,244,32); }
div.DivClassName
{
background-color: #D3F420;
}
.BgClassName
{
background-color: #D3F420;
}
</style>
border-color css
<style>
span { border-color: #D3F420; }
span { border-color: rgb(211,244,32); }
td.TdClassName
{
border-color: #D3F420;
}
.TagClassName
{
border-color: #D3F420;
}
</style>