Shades of Pear #D4FA4A
Tints of Pear #D4FA4A
RGB
CMYK
RGB Variations
Color information
#D4FA4A (or 0xD4FA4A) is known color: Pear. HEX triplet: D4, FA and 4A. RGB value is (212,250,74). Sum of RGB (Red+Green+Blue) = 212+250+74=536 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.55% from 536); Green value is 250 (98.05% from 255 or 46.64% from 536); Blue value is 74 (29.30% from 255 or 13.81% from 536); Max value from RGB is 250 - color contains mainly: green. Hex color #D4FA4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4FA4A is #2B05B5. Grayscale: #DBDBDB. Windows color (decimal): -2819510 or 4913876. OLE color: 4913876.
HSL color Cylindrical-coordinate representation of color #D4FA4A: hue angle of 72.95º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D4FA4A is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 250 | 74 | - |
| CMYK | 0.15 | 0 | 0.70 | 0.02 |
| HSL | 72.95º | 0.95% | 0.64% | - |
| HSV(B) | 72.95º | 0.7% | 0.98% | - |
| XYZ | 62.57 | 82.86 | 19.17 | - |
| YUV | 218.57 | 46.41 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 250 | 74 | 0.15 | 0 | 0.70 | 0.02 | 72.95 | 0.95 | 0.64 |
| Hex | D4 | FA | 4A | F | 0 | 46 | 2 | 49 | 5F | 40 |
| Octal | 324 | 372 | 112 | 17 | 0 | 106 | 2 | 111 | 137 | 100 |
| Binary | 11010100 | 11111010 | 1001010 | 1111 | 0 | 1000110 | 10 | 1001001 | 1011111 | 1000000 |
Color Harmonies of #D4FA4A
Complementary color
Monochromatic Colors of #D4FA4A
Black with #D4FA4A
Text Example
Text Example
White with #D4FA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FA4A; }
p { color: rgb(212,250,74); }
H1.HeaderClassName
{
color: #D4FA4A;
}
.AnyTagClassName
{
color: #D4FA4A;
}
</style>
background-color css
<style>
a { background-color: #D4FA4A; }
a { background-color: rgb(212,250,74); }
div.DivClassName
{
background-color: #D4FA4A;
}
.BgClassName
{
background-color: #D4FA4A;
}
</style>
border-color css
<style>
span { border-color: #D4FA4A; }
span { border-color: rgb(212,250,74); }
td.TdClassName
{
border-color: #D4FA4A;
}
.TagClassName
{
border-color: #D4FA4A;
}
</style>