Shades of Pear #D7F74A
Tints of Pear #D7F74A
RGB
CMYK
RGB Variations
Color information
#D7F74A (or 0xD7F74A) is known color: Pear. HEX triplet: D7, F7 and 4A. RGB value is (215,247,74). Sum of RGB (Red+Green+Blue) = 215+247+74=536 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.11% from 536); Green value is 247 (96.88% from 255 or 46.08% from 536); Blue value is 74 (29.30% from 255 or 13.81% from 536); Max value from RGB is 247 - color contains mainly: green. Hex color #D7F74A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7F74A is #2808B5. Grayscale: #DADADA. Windows color (decimal): -2623670 or 4913111. OLE color: 4913111.
HSL color Cylindrical-coordinate representation of color #D7F74A: hue angle of 71.1º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D7F74A is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 215 | 247 | 74 | - |
| CMYK | 0.13 | 0 | 0.70 | 0.03 |
| HSL | 71.1º | 0.92% | 0.63% | - |
| HSV(B) | 71.1º | 0.7% | 0.97% | - |
| XYZ | 62.52 | 81.46 | 18.91 | - |
| YUV | 217.71 | 46.9 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 247 | 74 | 0.13 | 0 | 0.70 | 0.03 | 71.1 | 0.92 | 0.63 |
| Hex | D7 | F7 | 4A | D | 0 | 46 | 3 | 47 | 5C | 3F |
| Octal | 327 | 367 | 112 | 15 | 0 | 106 | 3 | 107 | 134 | 77 |
| Binary | 11010111 | 11110111 | 1001010 | 1101 | 0 | 1000110 | 11 | 1000111 | 1011100 | 111111 |
Color Harmonies of #D7F74A
Complementary color
Monochromatic Colors of #D7F74A
Black with #D7F74A
Text Example
Text Example
White with #D7F74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F74A; }
p { color: rgb(215,247,74); }
H1.HeaderClassName
{
color: #D7F74A;
}
.AnyTagClassName
{
color: #D7F74A;
}
</style>
background-color css
<style>
a { background-color: #D7F74A; }
a { background-color: rgb(215,247,74); }
div.DivClassName
{
background-color: #D7F74A;
}
.BgClassName
{
background-color: #D7F74A;
}
</style>
border-color css
<style>
span { border-color: #D7F74A; }
span { border-color: rgb(215,247,74); }
td.TdClassName
{
border-color: #D7F74A;
}
.TagClassName
{
border-color: #D7F74A;
}
</style>