Shades of Pear #D4F73F
Tints of Pear #D4F73F
RGB
CMYK
RGB Variations
Color information
#D4F73F (or 0xD4F73F) is known color: Pear. HEX triplet: D4, F7 and 3F. RGB value is (212,247,63). Sum of RGB (Red+Green+Blue) = 212+247+63=522 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.61% from 522); Green value is 247 (96.88% from 255 or 47.32% from 522); Blue value is 63 (25% from 255 or 12.07% from 522); Max value from RGB is 247 - color contains mainly: green. Hex color #D4F73F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4F73F is #2B08C0. Grayscale: #D8D8D8. Windows color (decimal): -2820289 or 4192212. OLE color: 4192212.
HSL color Cylindrical-coordinate representation of color #D4F73F: hue angle of 71.41º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D4F73F is Cyan = 0.14, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 212 | 247 | 63 | - |
| CMYK | 0.14 | 0 | 0.74 | 0.03 |
| HSL | 71.41º | 0.92% | 0.61% | - |
| HSV(B) | 71.41º | 0.74% | 0.97% | - |
| XYZ | 61.31 | 80.88 | 17.08 | - |
| YUV | 215.56 | 41.9 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 247 | 63 | 0.14 | 0 | 0.74 | 0.03 | 71.41 | 0.92 | 0.61 |
| Hex | D4 | F7 | 3F | E | 0 | 4A | 3 | 47 | 5C | 3D |
| Octal | 324 | 367 | 77 | 16 | 0 | 112 | 3 | 107 | 134 | 75 |
| Binary | 11010100 | 11110111 | 111111 | 1110 | 0 | 1001010 | 11 | 1000111 | 1011100 | 111101 |
Color Harmonies of #D4F73F
Complementary color
Monochromatic Colors of #D4F73F
Black with #D4F73F
Text Example
Text Example
White with #D4F73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F73F; }
p { color: rgb(212,247,63); }
H1.HeaderClassName
{
color: #D4F73F;
}
.AnyTagClassName
{
color: #D4F73F;
}
</style>
background-color css
<style>
a { background-color: #D4F73F; }
a { background-color: rgb(212,247,63); }
div.DivClassName
{
background-color: #D4F73F;
}
.BgClassName
{
background-color: #D4F73F;
}
</style>
border-color css
<style>
span { border-color: #D4F73F; }
span { border-color: rgb(212,247,63); }
td.TdClassName
{
border-color: #D4F73F;
}
.TagClassName
{
border-color: #D4F73F;
}
</style>