Shades of Pear #D3F21D
Tints of Pear #D3F21D
RGB
CMYK
RGB Variations
Color information
#D3F21D (or 0xD3F21D) is known color: Pear. HEX triplet: D3, F2 and 1D. RGB value is (211,242,29). Sum of RGB (Red+Green+Blue) = 211+242+29=482 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.78% from 482); Green value is 242 (94.92% from 255 or 50.21% from 482); Blue value is 29 (11.72% from 255 or 6.02% from 482); Max value from RGB is 242 - color contains mainly: green. Hex color #D3F21D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3F21D is #2C0DE2. Grayscale: #D1D1D1. Windows color (decimal): -2887139 or 1962707. OLE color: 1962707.
HSL color Cylindrical-coordinate representation of color #D3F21D: hue angle of 68.73º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D3F21D is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 242 | 29 | - |
| CMYK | 0.13 | 0 | 0.88 | 0.05 |
| HSL | 68.73º | 0.89% | 0.53% | - |
| HSV(B) | 68.73º | 0.88% | 0.95% | - |
| XYZ | 58.84 | 77.44 | 13.01 | - |
| YUV | 208.45 | 26.73 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 242 | 29 | 0.13 | 0 | 0.88 | 0.05 | 68.73 | 0.89 | 0.53 |
| Hex | D3 | F2 | 1D | D | 0 | 58 | 5 | 45 | 59 | 35 |
| Octal | 323 | 362 | 35 | 15 | 0 | 130 | 5 | 105 | 131 | 65 |
| Binary | 11010011 | 11110010 | 11101 | 1101 | 0 | 1011000 | 101 | 1000101 | 1011001 | 110101 |
Color Harmonies of #D3F21D
Complementary color
Monochromatic Colors of #D3F21D
Black with #D3F21D
Text Example
Text Example
White with #D3F21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F21D; }
p { color: rgb(211,242,29); }
H1.HeaderClassName
{
color: #D3F21D;
}
.AnyTagClassName
{
color: #D3F21D;
}
</style>
background-color css
<style>
a { background-color: #D3F21D; }
a { background-color: rgb(211,242,29); }
div.DivClassName
{
background-color: #D3F21D;
}
.BgClassName
{
background-color: #D3F21D;
}
</style>
border-color css
<style>
span { border-color: #D3F21D; }
span { border-color: rgb(211,242,29); }
td.TdClassName
{
border-color: #D3F21D;
}
.TagClassName
{
border-color: #D3F21D;
}
</style>