Shades of Pear #D7F444
Tints of Pear #D7F444
RGB
CMYK
RGB Variations
Color information
#D7F444 (or 0xD7F444) is known color: Pear. HEX triplet: D7, F4 and 44. RGB value is (215,244,68). Sum of RGB (Red+Green+Blue) = 215+244+68=527 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.80% from 527); Green value is 244 (95.70% from 255 or 46.30% from 527); Blue value is 68 (26.95% from 255 or 12.90% from 527); Max value from RGB is 244 - color contains mainly: green. Hex color #D7F444 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7F444 is #280BBB. Grayscale: #D7D7D7. Windows color (decimal): -2624444 or 4519127. OLE color: 4519127.
HSL color Cylindrical-coordinate representation of color #D7F444: hue angle of 69.89º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D7F444 is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 215 | 244 | 68 | - |
| CMYK | 0.12 | 0 | 0.72 | 0.04 |
| HSL | 69.89º | 0.89% | 0.61% | - |
| HSV(B) | 69.89º | 0.72% | 0.96% | - |
| XYZ | 61.42 | 79.57 | 17.59 | - |
| YUV | 215.27 | 44.89 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 244 | 68 | 0.12 | 0 | 0.72 | 0.04 | 69.89 | 0.89 | 0.61 |
| Hex | D7 | F4 | 44 | C | 0 | 48 | 4 | 46 | 59 | 3D |
| Octal | 327 | 364 | 104 | 14 | 0 | 110 | 4 | 106 | 131 | 75 |
| Binary | 11010111 | 11110100 | 1000100 | 1100 | 0 | 1001000 | 100 | 1000110 | 1011001 | 111101 |
Color Harmonies of #D7F444
Complementary color
Monochromatic Colors of #D7F444
Black with #D7F444
Text Example
Text Example
White with #D7F444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F444; }
p { color: rgb(215,244,68); }
H1.HeaderClassName
{
color: #D7F444;
}
.AnyTagClassName
{
color: #D7F444;
}
</style>
background-color css
<style>
a { background-color: #D7F444; }
a { background-color: rgb(215,244,68); }
div.DivClassName
{
background-color: #D7F444;
}
.BgClassName
{
background-color: #D7F444;
}
</style>
border-color css
<style>
span { border-color: #D7F444; }
span { border-color: rgb(215,244,68); }
td.TdClassName
{
border-color: #D7F444;
}
.TagClassName
{
border-color: #D7F444;
}
</style>