Shades of Pear #D4F82A
Tints of Pear #D4F82A
RGB
CMYK
RGB Variations
Color information
#D4F82A (or 0xD4F82A) is known color: Pear. HEX triplet: D4, F8 and 2A. RGB value is (212,248,42). Sum of RGB (Red+Green+Blue) = 212+248+42=502 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.23% from 502); Green value is 248 (97.27% from 255 or 49.40% from 502); Blue value is 42 (16.80% from 255 or 8.37% from 502); Max value from RGB is 248 - color contains mainly: green. Hex color #D4F82A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4F82A is #2B07D5. Grayscale: #D6D6D6. Windows color (decimal): -2820054 or 2816212. OLE color: 2816212.
HSL color Cylindrical-coordinate representation of color #D4F82A: hue angle of 70.49º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D4F82A is Cyan = 0.15, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 212 | 248 | 42 | - |
| CMYK | 0.15 | 0 | 0.83 | 0.03 |
| HSL | 70.49º | 0.94% | 0.57% | - |
| HSV(B) | 70.49º | 0.83% | 0.97% | - |
| XYZ | 61.14 | 81.3 | 14.66 | - |
| YUV | 213.75 | 31.07 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 248 | 42 | 0.15 | 0 | 0.83 | 0.03 | 70.49 | 0.94 | 0.57 |
| Hex | D4 | F8 | 2A | F | 0 | 53 | 3 | 46 | 5E | 39 |
| Octal | 324 | 370 | 52 | 17 | 0 | 123 | 3 | 106 | 136 | 71 |
| Binary | 11010100 | 11111000 | 101010 | 1111 | 0 | 1010011 | 11 | 1000110 | 1011110 | 111001 |
Color Harmonies of #D4F82A
Complementary color
Monochromatic Colors of #D4F82A
Black with #D4F82A
Text Example
Text Example
White with #D4F82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F82A; }
p { color: rgb(212,248,42); }
H1.HeaderClassName
{
color: #D4F82A;
}
.AnyTagClassName
{
color: #D4F82A;
}
</style>
background-color css
<style>
a { background-color: #D4F82A; }
a { background-color: rgb(212,248,42); }
div.DivClassName
{
background-color: #D4F82A;
}
.BgClassName
{
background-color: #D4F82A;
}
</style>
border-color css
<style>
span { border-color: #D4F82A; }
span { border-color: rgb(212,248,42); }
td.TdClassName
{
border-color: #D4F82A;
}
.TagClassName
{
border-color: #D4F82A;
}
</style>