Shades of Pear #D4F83A
Tints of Pear #D4F83A
RGB
CMYK
RGB Variations
Color information
#D4F83A (or 0xD4F83A) is known color: Pear. HEX triplet: D4, F8 and 3A. RGB value is (212,248,58). Sum of RGB (Red+Green+Blue) = 212+248+58=518 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.93% from 518); Green value is 248 (97.27% from 255 or 47.88% from 518); Blue value is 58 (23.05% from 255 or 11.20% from 518); Max value from RGB is 248 - color contains mainly: green. Hex color #D4F83A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4F83A is #2B07C5. Grayscale: #D8D8D8. Windows color (decimal): -2820038 or 3864788. OLE color: 3864788.
HSL color Cylindrical-coordinate representation of color #D4F83A: hue angle of 71.37º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D4F83A is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 212 | 248 | 58 | - |
| CMYK | 0.15 | 0 | 0.77 | 0.03 |
| HSL | 71.37º | 0.93% | 0.6% | - |
| HSV(B) | 71.37º | 0.77% | 0.97% | - |
| XYZ | 61.48 | 81.44 | 16.48 | - |
| YUV | 215.58 | 39.07 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 248 | 58 | 0.15 | 0 | 0.77 | 0.03 | 71.37 | 0.93 | 0.6 |
| Hex | D4 | F8 | 3A | F | 0 | 4D | 3 | 47 | 5D | 3C |
| Octal | 324 | 370 | 72 | 17 | 0 | 115 | 3 | 107 | 135 | 74 |
| Binary | 11010100 | 11111000 | 111010 | 1111 | 0 | 1001101 | 11 | 1000111 | 1011101 | 111100 |
Color Harmonies of #D4F83A
Complementary color
Monochromatic Colors of #D4F83A
Black with #D4F83A
Text Example
Text Example
White with #D4F83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F83A; }
p { color: rgb(212,248,58); }
H1.HeaderClassName
{
color: #D4F83A;
}
.AnyTagClassName
{
color: #D4F83A;
}
</style>
background-color css
<style>
a { background-color: #D4F83A; }
a { background-color: rgb(212,248,58); }
div.DivClassName
{
background-color: #D4F83A;
}
.BgClassName
{
background-color: #D4F83A;
}
</style>
border-color css
<style>
span { border-color: #D4F83A; }
span { border-color: rgb(212,248,58); }
td.TdClassName
{
border-color: #D4F83A;
}
.TagClassName
{
border-color: #D4F83A;
}
</style>