Shades of Pear #D7FA44
Tints of Pear #D7FA44
RGB
CMYK
RGB Variations
Color information
#D7FA44 (or 0xD7FA44) is known color: Pear. HEX triplet: D7, FA and 44. RGB value is (215,250,68). Sum of RGB (Red+Green+Blue) = 215+250+68=533 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.34% from 533); Green value is 250 (98.05% from 255 or 46.90% from 533); Blue value is 68 (26.95% from 255 or 12.76% from 533); Max value from RGB is 250 - color contains mainly: green. Hex color #D7FA44 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7FA44 is #2805BB. Grayscale: #DBDBDB. Windows color (decimal): -2622908 or 4520663. OLE color: 4520663.
HSL color Cylindrical-coordinate representation of color #D7FA44: hue angle of 71.54º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D7FA44 is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 250 | 68 | - |
| CMYK | 0.14 | 0 | 0.73 | 0.02 |
| HSL | 71.54º | 0.95% | 0.62% | - |
| HSV(B) | 71.54º | 0.73% | 0.98% | - |
| XYZ | 63.25 | 83.24 | 18.2 | - |
| YUV | 218.79 | 42.9 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 250 | 68 | 0.14 | 0 | 0.73 | 0.02 | 71.54 | 0.95 | 0.62 |
| Hex | D7 | FA | 44 | E | 0 | 49 | 2 | 48 | 5F | 3E |
| Octal | 327 | 372 | 104 | 16 | 0 | 111 | 2 | 110 | 137 | 76 |
| Binary | 11010111 | 11111010 | 1000100 | 1110 | 0 | 1001001 | 10 | 1001000 | 1011111 | 111110 |
Color Harmonies of #D7FA44
Complementary color
Monochromatic Colors of #D7FA44
Black with #D7FA44
Text Example
Text Example
White with #D7FA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7FA44; }
p { color: rgb(215,250,68); }
H1.HeaderClassName
{
color: #D7FA44;
}
.AnyTagClassName
{
color: #D7FA44;
}
</style>
background-color css
<style>
a { background-color: #D7FA44; }
a { background-color: rgb(215,250,68); }
div.DivClassName
{
background-color: #D7FA44;
}
.BgClassName
{
background-color: #D7FA44;
}
</style>
border-color css
<style>
span { border-color: #D7FA44; }
span { border-color: rgb(215,250,68); }
td.TdClassName
{
border-color: #D7FA44;
}
.TagClassName
{
border-color: #D7FA44;
}
</style>