Shades of Pear #D7F429
Tints of Pear #D7F429
RGB
CMYK
RGB Variations
Color information
#D7F429 (or 0xD7F429) is known color: Pear. HEX triplet: D7, F4 and 29. RGB value is (215,244,41). Sum of RGB (Red+Green+Blue) = 215+244+41=500 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43% from 500); Green value is 244 (95.70% from 255 or 48.8% from 500); Blue value is 41 (16.41% from 255 or 8.2% from 500); Max value from RGB is 244 - color contains mainly: green. Hex color #D7F429 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7F429 is #280BD6. Grayscale: #D4D4D4. Windows color (decimal): -2624471 or 2749655. OLE color: 2749655.
HSL color Cylindrical-coordinate representation of color #D7F429: hue angle of 68.57º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D7F429 is Cyan = 0.12, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 215 | 244 | 41 | - |
| CMYK | 0.12 | 0 | 0.83 | 0.04 |
| HSL | 68.57º | 0.9% | 0.56% | - |
| HSV(B) | 68.57º | 0.83% | 0.96% | - |
| XYZ | 60.78 | 79.31 | 14.2 | - |
| YUV | 212.19 | 31.39 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 244 | 41 | 0.12 | 0 | 0.83 | 0.04 | 68.57 | 0.9 | 0.56 |
| Hex | D7 | F4 | 29 | C | 0 | 53 | 4 | 45 | 5A | 38 |
| Octal | 327 | 364 | 51 | 14 | 0 | 123 | 4 | 105 | 132 | 70 |
| Binary | 11010111 | 11110100 | 101001 | 1100 | 0 | 1010011 | 100 | 1000101 | 1011010 | 111000 |
Color Harmonies of #D7F429
Complementary color
Monochromatic Colors of #D7F429
Black with #D7F429
Text Example
Text Example
White with #D7F429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F429; }
p { color: rgb(215,244,41); }
H1.HeaderClassName
{
color: #D7F429;
}
.AnyTagClassName
{
color: #D7F429;
}
</style>
background-color css
<style>
a { background-color: #D7F429; }
a { background-color: rgb(215,244,41); }
div.DivClassName
{
background-color: #D7F429;
}
.BgClassName
{
background-color: #D7F429;
}
</style>
border-color css
<style>
span { border-color: #D7F429; }
span { border-color: rgb(215,244,41); }
td.TdClassName
{
border-color: #D7F429;
}
.TagClassName
{
border-color: #D7F429;
}
</style>