Shades of Pear #D5F820
Tints of Pear #D5F820
RGB
CMYK
RGB Variations
Color information
#D5F820 (or 0xD5F820) is known color: Pear. HEX triplet: D5, F8 and 20. RGB value is (213,248,32). Sum of RGB (Red+Green+Blue) = 213+248+32=493 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.20% from 493); Green value is 248 (97.27% from 255 or 50.30% from 493); Blue value is 32 (12.89% from 255 or 6.49% from 493); Max value from RGB is 248 - color contains mainly: green. Hex color #D5F820 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F820 is #2A07DF. Grayscale: #D5D5D5. Windows color (decimal): -2754528 or 2160853. OLE color: 2160853.
HSL color Cylindrical-coordinate representation of color #D5F820: hue angle of 69.72º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D5F820 is Cyan = 0.14, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 213 | 248 | 32 | - |
| CMYK | 0.14 | 0 | 0.87 | 0.03 |
| HSL | 69.72º | 0.94% | 0.55% | - |
| HSV(B) | 69.72º | 0.87% | 0.97% | - |
| XYZ | 61.27 | 81.39 | 13.85 | - |
| YUV | 212.91 | 25.9 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 248 | 32 | 0.14 | 0 | 0.87 | 0.03 | 69.72 | 0.94 | 0.55 |
| Hex | D5 | F8 | 20 | E | 0 | 57 | 3 | 46 | 5E | 37 |
| Octal | 325 | 370 | 40 | 16 | 0 | 127 | 3 | 106 | 136 | 67 |
| Binary | 11010101 | 11111000 | 100000 | 1110 | 0 | 1010111 | 11 | 1000110 | 1011110 | 110111 |
Color Harmonies of #D5F820
Complementary color
Monochromatic Colors of #D5F820
Black with #D5F820
Text Example
Text Example
White with #D5F820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F820; }
p { color: rgb(213,248,32); }
H1.HeaderClassName
{
color: #D5F820;
}
.AnyTagClassName
{
color: #D5F820;
}
</style>
background-color css
<style>
a { background-color: #D5F820; }
a { background-color: rgb(213,248,32); }
div.DivClassName
{
background-color: #D5F820;
}
.BgClassName
{
background-color: #D5F820;
}
</style>
border-color css
<style>
span { border-color: #D5F820; }
span { border-color: rgb(213,248,32); }
td.TdClassName
{
border-color: #D5F820;
}
.TagClassName
{
border-color: #D5F820;
}
</style>