Shades of Pear #D0F21D
Tints of Pear #D0F21D
RGB
CMYK
RGB Variations
Color information
#D0F21D (or 0xD0F21D) is known color: Pear. HEX triplet: D0, F2 and 1D. RGB value is (208,242,29). Sum of RGB (Red+Green+Blue) = 208+242+29=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 242 (94.92% from 255 or 50.52% from 479); Blue value is 29 (11.72% from 255 or 6.05% from 479); Max value from RGB is 242 - color contains mainly: green. Hex color #D0F21D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F21D is #2F0DE2. Grayscale: #D0D0D0. Windows color (decimal): -3083747 or 1962704. OLE color: 1962704.
HSL color Cylindrical-coordinate representation of color #D0F21D: hue angle of 69.58º 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 #D0F21D is Cyan = 0.14, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 242 | 29 | - |
| CMYK | 0.14 | 0 | 0.88 | 0.05 |
| HSL | 69.58º | 0.89% | 0.53% | - |
| HSV(B) | 69.58º | 0.88% | 0.95% | - |
| XYZ | 57.99 | 77 | 12.97 | - |
| YUV | 207.55 | 27.24 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 242 | 29 | 0.14 | 0 | 0.88 | 0.05 | 69.58 | 0.89 | 0.53 |
| Hex | D0 | F2 | 1D | E | 0 | 58 | 5 | 46 | 59 | 35 |
| Octal | 320 | 362 | 35 | 16 | 0 | 130 | 5 | 106 | 131 | 65 |
| Binary | 11010000 | 11110010 | 11101 | 1110 | 0 | 1011000 | 101 | 1000110 | 1011001 | 110101 |
Color Harmonies of #D0F21D
Complementary color
Monochromatic Colors of #D0F21D
Black with #D0F21D
Text Example
Text Example
White with #D0F21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F21D; }
p { color: rgb(208,242,29); }
H1.HeaderClassName
{
color: #D0F21D;
}
.AnyTagClassName
{
color: #D0F21D;
}
</style>
background-color css
<style>
a { background-color: #D0F21D; }
a { background-color: rgb(208,242,29); }
div.DivClassName
{
background-color: #D0F21D;
}
.BgClassName
{
background-color: #D0F21D;
}
</style>
border-color css
<style>
span { border-color: #D0F21D; }
span { border-color: rgb(208,242,29); }
td.TdClassName
{
border-color: #D0F21D;
}
.TagClassName
{
border-color: #D0F21D;
}
</style>