Shades of Pear #D4FA3F
Tints of Pear #D4FA3F
RGB
CMYK
RGB Variations
Color information
#D4FA3F (or 0xD4FA3F) is known color: Pear. HEX triplet: D4, FA and 3F. RGB value is (212,250,63). Sum of RGB (Red+Green+Blue) = 212+250+63=525 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.38% from 525); Green value is 250 (98.05% from 255 or 47.62% from 525); Blue value is 63 (25% from 255 or 12% from 525); Max value from RGB is 250 - color contains mainly: green. Hex color #D4FA3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4FA3F is #2B05C0. Grayscale: #DADADA. Windows color (decimal): -2819521 or 4192980. OLE color: 4192980.
HSL color Cylindrical-coordinate representation of color #D4FA3F: hue angle of 72.19º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D4FA3F is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 250 | 63 | - |
| CMYK | 0.15 | 0 | 0.75 | 0.02 |
| HSL | 72.19º | 0.95% | 0.61% | - |
| HSV(B) | 72.19º | 0.75% | 0.98% | - |
| XYZ | 62.23 | 82.73 | 17.39 | - |
| YUV | 217.32 | 40.91 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 250 | 63 | 0.15 | 0 | 0.75 | 0.02 | 72.19 | 0.95 | 0.61 |
| Hex | D4 | FA | 3F | F | 0 | 4B | 2 | 48 | 5F | 3D |
| Octal | 324 | 372 | 77 | 17 | 0 | 113 | 2 | 110 | 137 | 75 |
| Binary | 11010100 | 11111010 | 111111 | 1111 | 0 | 1001011 | 10 | 1001000 | 1011111 | 111101 |
Color Harmonies of #D4FA3F
Complementary color
Monochromatic Colors of #D4FA3F
Black with #D4FA3F
Text Example
Text Example
White with #D4FA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FA3F; }
p { color: rgb(212,250,63); }
H1.HeaderClassName
{
color: #D4FA3F;
}
.AnyTagClassName
{
color: #D4FA3F;
}
</style>
background-color css
<style>
a { background-color: #D4FA3F; }
a { background-color: rgb(212,250,63); }
div.DivClassName
{
background-color: #D4FA3F;
}
.BgClassName
{
background-color: #D4FA3F;
}
</style>
border-color css
<style>
span { border-color: #D4FA3F; }
span { border-color: rgb(212,250,63); }
td.TdClassName
{
border-color: #D4FA3F;
}
.TagClassName
{
border-color: #D4FA3F;
}
</style>