Shades of Pear #D4F820
Tints of Pear #D4F820
RGB
CMYK
RGB Variations
Color information
#D4F820 (or 0xD4F820) is known color: Pear. HEX triplet: D4, F8 and 20. RGB value is (212,248,32). Sum of RGB (Red+Green+Blue) = 212+248+32=492 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.09% from 492); Green value is 248 (97.27% from 255 or 50.41% from 492); Blue value is 32 (12.89% from 255 or 6.50% from 492); Max value from RGB is 248 - color contains mainly: green. Hex color #D4F820 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4F820 is #2B07DF. Grayscale: #D5D5D5. Windows color (decimal): -2820064 or 2160852. OLE color: 2160852.
HSL color Cylindrical-coordinate representation of color #D4F820: hue angle of 70º 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 #D4F820 is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 212 | 248 | 32 | - |
| CMYK | 0.15 | 0 | 0.87 | 0.03 |
| HSL | 70º | 0.94% | 0.55% | - |
| HSV(B) | 70º | 0.87% | 0.97% | - |
| XYZ | 60.98 | 81.24 | 13.83 | - |
| YUV | 212.61 | 26.07 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 248 | 32 | 0.15 | 0 | 0.87 | 0.03 | 70 | 0.94 | 0.55 |
| Hex | D4 | F8 | 20 | F | 0 | 57 | 3 | 46 | 5E | 37 |
| Octal | 324 | 370 | 40 | 17 | 0 | 127 | 3 | 106 | 136 | 67 |
| Binary | 11010100 | 11111000 | 100000 | 1111 | 0 | 1010111 | 11 | 1000110 | 1011110 | 110111 |
Color Harmonies of #D4F820
Complementary color
Monochromatic Colors of #D4F820
Black with #D4F820
Text Example
Text Example
White with #D4F820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F820; }
p { color: rgb(212,248,32); }
H1.HeaderClassName
{
color: #D4F820;
}
.AnyTagClassName
{
color: #D4F820;
}
</style>
background-color css
<style>
a { background-color: #D4F820; }
a { background-color: rgb(212,248,32); }
div.DivClassName
{
background-color: #D4F820;
}
.BgClassName
{
background-color: #D4F820;
}
</style>
border-color css
<style>
span { border-color: #D4F820; }
span { border-color: rgb(212,248,32); }
td.TdClassName
{
border-color: #D4F820;
}
.TagClassName
{
border-color: #D4F820;
}
</style>