Shades of Pear #D7FA28
Tints of Pear #D7FA28
RGB
CMYK
RGB Variations
Color information
#D7FA28 (or 0xD7FA28) is known color: Pear. HEX triplet: D7, FA and 28. RGB value is (215,250,40). Sum of RGB (Red+Green+Blue) = 215+250+40=505 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.57% from 505); Green value is 250 (98.05% from 255 or 49.50% from 505); Blue value is 40 (16.02% from 255 or 7.92% from 505); Max value from RGB is 250 - color contains mainly: green. Hex color #D7FA28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7FA28 is #2805D7. Grayscale: #D8D8D8. Windows color (decimal): -2622936 or 2685655. OLE color: 2685655.
HSL color Cylindrical-coordinate representation of color #D7FA28: hue angle of 70º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D7FA28 is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 250 | 40 | - |
| CMYK | 0.14 | 0 | 0.84 | 0.02 |
| HSL | 70º | 0.95% | 0.57% | - |
| HSV(B) | 70º | 0.84% | 0.98% | - |
| XYZ | 62.59 | 82.97 | 14.72 | - |
| YUV | 215.6 | 28.9 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 250 | 40 | 0.14 | 0 | 0.84 | 0.02 | 70 | 0.95 | 0.57 |
| Hex | D7 | FA | 28 | E | 0 | 54 | 2 | 46 | 5F | 39 |
| Octal | 327 | 372 | 50 | 16 | 0 | 124 | 2 | 106 | 137 | 71 |
| Binary | 11010111 | 11111010 | 101000 | 1110 | 0 | 1010100 | 10 | 1000110 | 1011111 | 111001 |
Color Harmonies of #D7FA28
Complementary color
Monochromatic Colors of #D7FA28
Black with #D7FA28
Text Example
Text Example
White with #D7FA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7FA28; }
p { color: rgb(215,250,40); }
H1.HeaderClassName
{
color: #D7FA28;
}
.AnyTagClassName
{
color: #D7FA28;
}
</style>
background-color css
<style>
a { background-color: #D7FA28; }
a { background-color: rgb(215,250,40); }
div.DivClassName
{
background-color: #D7FA28;
}
.BgClassName
{
background-color: #D7FA28;
}
</style>
border-color css
<style>
span { border-color: #D7FA28; }
span { border-color: rgb(215,250,40); }
td.TdClassName
{
border-color: #D7FA28;
}
.TagClassName
{
border-color: #D7FA28;
}
</style>