Shades of Pear #D7FF28
Tints of Pear #D7FF28
RGB
CMYK
RGB Variations
Color information
#D7FF28 (or 0xD7FF28) is known color: Pear. HEX triplet: D7, FF and 28. RGB value is (215,255,40). Sum of RGB (Red+Green+Blue) = 215+255+40=510 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.16% from 510); Green value is 255 (100% from 255 or 50% from 510); Blue value is 40 (16.02% from 255 or 7.84% from 510); Max value from RGB is 255 - color contains mainly: green. Hex color #D7FF28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7FF28 is #2800D7. Grayscale: #DBDBDB. Windows color (decimal): -2621656 or 2686935. OLE color: 2686935.
HSL color Cylindrical-coordinate representation of color #D7FF28: hue angle of 71.16º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D7FF28 is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 215 | 255 | 40 | - |
| CMYK | 0.16 | 0 | 0.84 | 0 |
| HSL | 71.16º | 1% | 0.58% | - |
| HSV(B) | 71.16º | 0.84% | 1% | - |
| XYZ | 64.17 | 86.12 | 15.25 | - |
| YUV | 218.53 | 27.25 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 255 | 40 | 0.16 | 0 | 0.84 | 0 | 71.16 | 1 | 0.58 |
| Hex | D7 | FF | 28 | 10 | 0 | 54 | 0 | 47 | 64 | 3A |
| Octal | 327 | 377 | 50 | 20 | 0 | 124 | 0 | 107 | 144 | 72 |
| Binary | 11010111 | 11111111 | 101000 | 10000 | 0 | 1010100 | 0 | 1000111 | 1100100 | 111010 |
Color Harmonies of #D7FF28
Complementary color
Monochromatic Colors of #D7FF28
Black with #D7FF28
Text Example
Text Example
White with #D7FF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7FF28; }
p { color: rgb(215,255,40); }
H1.HeaderClassName
{
color: #D7FF28;
}
.AnyTagClassName
{
color: #D7FF28;
}
</style>
background-color css
<style>
a { background-color: #D7FF28; }
a { background-color: rgb(215,255,40); }
div.DivClassName
{
background-color: #D7FF28;
}
.BgClassName
{
background-color: #D7FF28;
}
</style>
border-color css
<style>
span { border-color: #D7FF28; }
span { border-color: rgb(215,255,40); }
td.TdClassName
{
border-color: #D7FF28;
}
.TagClassName
{
border-color: #D7FF28;
}
</style>