Shades of Pear #D7FE29
Tints of Pear #D7FE29
RGB
CMYK
RGB Variations
Color information
#D7FE29 (or 0xD7FE29) is known color: Pear. HEX triplet: D7, FE and 29. RGB value is (215,254,41). Sum of RGB (Red+Green+Blue) = 215+254+41=510 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.16% from 510); Green value is 254 (99.61% from 255 or 49.80% from 510); Blue value is 41 (16.41% from 255 or 8.04% from 510); Max value from RGB is 254 - color contains mainly: green. Hex color #D7FE29 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7FE29 is #2801D6. Grayscale: #DADADA. Windows color (decimal): -2621911 or 2752215. OLE color: 2752215.
HSL color Cylindrical-coordinate representation of color #D7FE29: hue angle of 70.99º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D7FE29 is Cyan = 0.15, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 215 | 254 | 41 | - |
| CMYK | 0.15 | 0 | 0.84 | 0.00 |
| HSL | 70.99º | 0.99% | 0.58% | - |
| HSV(B) | 70.99º | 0.84% | 1% | - |
| XYZ | 63.87 | 85.49 | 15.23 | - |
| YUV | 218.06 | 28.08 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 254 | 41 | 0.15 | 0 | 0.84 | 0.00 | 70.99 | 0.99 | 0.58 |
| Hex | D7 | FE | 29 | F | 0 | 54 | 0 | 47 | 63 | 3A |
| Octal | 327 | 376 | 51 | 17 | 0 | 124 | 0 | 107 | 143 | 72 |
| Binary | 11010111 | 11111110 | 101001 | 1111 | 0 | 1010100 | 0 | 1000111 | 1100011 | 111010 |
Color Harmonies of #D7FE29
Complementary color
Monochromatic Colors of #D7FE29
Black with #D7FE29
Text Example
Text Example
White with #D7FE29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7FE29; }
p { color: rgb(215,254,41); }
H1.HeaderClassName
{
color: #D7FE29;
}
.AnyTagClassName
{
color: #D7FE29;
}
</style>
background-color css
<style>
a { background-color: #D7FE29; }
a { background-color: rgb(215,254,41); }
div.DivClassName
{
background-color: #D7FE29;
}
.BgClassName
{
background-color: #D7FE29;
}
</style>
border-color css
<style>
span { border-color: #D7FE29; }
span { border-color: rgb(215,254,41); }
td.TdClassName
{
border-color: #D7FE29;
}
.TagClassName
{
border-color: #D7FE29;
}
</style>