Shades of Pear #D3F43D
Tints of Pear #D3F43D
RGB
CMYK
RGB Variations
Color information
#D3F43D (or 0xD3F43D) is known color: Pear. HEX triplet: D3, F4 and 3D. RGB value is (211,244,61). Sum of RGB (Red+Green+Blue) = 211+244+61=516 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.89% from 516); Green value is 244 (95.70% from 255 or 47.29% from 516); Blue value is 61 (24.22% from 255 or 11.82% from 516); Max value from RGB is 244 - color contains mainly: green. Hex color #D3F43D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3F43D is #2C0BC2. Grayscale: #D5D5D5. Windows color (decimal): -2886595 or 4060371. OLE color: 4060371.
HSL color Cylindrical-coordinate representation of color #D3F43D: hue angle of 70.82º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D3F43D is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 244 | 61 | - |
| CMYK | 0.14 | 0 | 0.75 | 0.04 |
| HSL | 70.82º | 0.89% | 0.6% | - |
| HSV(B) | 70.82º | 0.75% | 0.96% | - |
| XYZ | 60.06 | 78.89 | 16.48 | - |
| YUV | 213.27 | 42.07 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 244 | 61 | 0.14 | 0 | 0.75 | 0.04 | 70.82 | 0.89 | 0.6 |
| Hex | D3 | F4 | 3D | E | 0 | 4B | 4 | 47 | 59 | 3C |
| Octal | 323 | 364 | 75 | 16 | 0 | 113 | 4 | 107 | 131 | 74 |
| Binary | 11010011 | 11110100 | 111101 | 1110 | 0 | 1001011 | 100 | 1000111 | 1011001 | 111100 |
Color Harmonies of #D3F43D
Complementary color
Monochromatic Colors of #D3F43D
Black with #D3F43D
Text Example
Text Example
White with #D3F43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F43D; }
p { color: rgb(211,244,61); }
H1.HeaderClassName
{
color: #D3F43D;
}
.AnyTagClassName
{
color: #D3F43D;
}
</style>
background-color css
<style>
a { background-color: #D3F43D; }
a { background-color: rgb(211,244,61); }
div.DivClassName
{
background-color: #D3F43D;
}
.BgClassName
{
background-color: #D3F43D;
}
</style>
border-color css
<style>
span { border-color: #D3F43D; }
span { border-color: rgb(211,244,61); }
td.TdClassName
{
border-color: #D3F43D;
}
.TagClassName
{
border-color: #D3F43D;
}
</style>