Shades of Pear #D4F91F
Tints of Pear #D4F91F
RGB
CMYK
RGB Variations
Color information
#D4F91F (or 0xD4F91F) is known color: Pear. HEX triplet: D4, F9 and 1F. RGB value is (212,249,31). Sum of RGB (Red+Green+Blue) = 212+249+31=492 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.09% from 492); Green value is 249 (97.66% from 255 or 50.61% from 492); Blue value is 31 (12.5% from 255 or 6.30% from 492); Max value from RGB is 249 - color contains mainly: green. Hex color #D4F91F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4F91F is #2B06E0. Grayscale: #D5D5D5. Windows color (decimal): -2819809 or 2095572. OLE color: 2095572.
HSL color Cylindrical-coordinate representation of color #D4F91F: hue angle of 70.18º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D4F91F is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 249 | 31 | - |
| CMYK | 0.15 | 0 | 0.88 | 0.02 |
| HSL | 70.18º | 0.95% | 0.55% | - |
| HSV(B) | 70.18º | 0.88% | 0.98% | - |
| XYZ | 61.27 | 81.85 | 13.86 | - |
| YUV | 213.09 | 25.24 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 249 | 31 | 0.15 | 0 | 0.88 | 0.02 | 70.18 | 0.95 | 0.55 |
| Hex | D4 | F9 | 1F | F | 0 | 58 | 2 | 46 | 5F | 37 |
| Octal | 324 | 371 | 37 | 17 | 0 | 130 | 2 | 106 | 137 | 67 |
| Binary | 11010100 | 11111001 | 11111 | 1111 | 0 | 1011000 | 10 | 1000110 | 1011111 | 110111 |
Color Harmonies of #D4F91F
Complementary color
Monochromatic Colors of #D4F91F
Black with #D4F91F
Text Example
Text Example
White with #D4F91F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F91F; }
p { color: rgb(212,249,31); }
H1.HeaderClassName
{
color: #D4F91F;
}
.AnyTagClassName
{
color: #D4F91F;
}
</style>
background-color css
<style>
a { background-color: #D4F91F; }
a { background-color: rgb(212,249,31); }
div.DivClassName
{
background-color: #D4F91F;
}
.BgClassName
{
background-color: #D4F91F;
}
</style>
border-color css
<style>
span { border-color: #D4F91F; }
span { border-color: rgb(212,249,31); }
td.TdClassName
{
border-color: #D4F91F;
}
.TagClassName
{
border-color: #D4F91F;
}
</style>