Shades of Pear #D5F21D
Tints of Pear #D5F21D
RGB
CMYK
RGB Variations
Color information
#D5F21D (or 0xD5F21D) is known color: Pear. HEX triplet: D5, F2 and 1D. RGB value is (213,242,29). Sum of RGB (Red+Green+Blue) = 213+242+29=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 242 (94.92% from 255 or 50% from 484); Blue value is 29 (11.72% from 255 or 5.99% from 484); Max value from RGB is 242 - color contains mainly: green. Hex color #D5F21D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F21D is #2A0DE2. Grayscale: #D1D1D1. Windows color (decimal): -2756067 or 1962709. OLE color: 1962709.
HSL color Cylindrical-coordinate representation of color #D5F21D: hue angle of 68.17º 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 #D5F21D is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 242 | 29 | - |
| CMYK | 0.12 | 0 | 0.88 | 0.05 |
| HSL | 68.17º | 0.89% | 0.53% | - |
| HSV(B) | 68.17º | 0.88% | 0.95% | - |
| XYZ | 59.41 | 77.74 | 13.04 | - |
| YUV | 209.05 | 26.39 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 242 | 29 | 0.12 | 0 | 0.88 | 0.05 | 68.17 | 0.89 | 0.53 |
| Hex | D5 | F2 | 1D | C | 0 | 58 | 5 | 44 | 59 | 35 |
| Octal | 325 | 362 | 35 | 14 | 0 | 130 | 5 | 104 | 131 | 65 |
| Binary | 11010101 | 11110010 | 11101 | 1100 | 0 | 1011000 | 101 | 1000100 | 1011001 | 110101 |
Color Harmonies of #D5F21D
Complementary color
Monochromatic Colors of #D5F21D
Black with #D5F21D
Text Example
Text Example
White with #D5F21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F21D; }
p { color: rgb(213,242,29); }
H1.HeaderClassName
{
color: #D5F21D;
}
.AnyTagClassName
{
color: #D5F21D;
}
</style>
background-color css
<style>
a { background-color: #D5F21D; }
a { background-color: rgb(213,242,29); }
div.DivClassName
{
background-color: #D5F21D;
}
.BgClassName
{
background-color: #D5F21D;
}
</style>
border-color css
<style>
span { border-color: #D5F21D; }
span { border-color: rgb(213,242,29); }
td.TdClassName
{
border-color: #D5F21D;
}
.TagClassName
{
border-color: #D5F21D;
}
</style>