Shades of Pear #D7F11D
Tints of Pear #D7F11D
RGB
CMYK
RGB Variations
Color information
#D7F11D (or 0xD7F11D) is known color: Pear. HEX triplet: D7, F1 and 1D. RGB value is (215,241,29). Sum of RGB (Red+Green+Blue) = 215+241+29=485 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.33% from 485); Green value is 241 (94.53% from 255 or 49.69% from 485); Blue value is 29 (11.72% from 255 or 5.98% from 485); Max value from RGB is 241 - color contains mainly: green. Hex color #D7F11D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7F11D is #280EE2. Grayscale: #D1D1D1. Windows color (decimal): -2625251 or 1962455. OLE color: 1962455.
HSL color Cylindrical-coordinate representation of color #D7F11D: hue angle of 67.36º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D7F11D is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 241 | 29 | - |
| CMYK | 0.11 | 0 | 0.88 | 0.05 |
| HSL | 67.36º | 0.88% | 0.53% | - |
| HSV(B) | 67.36º | 0.88% | 0.95% | - |
| XYZ | 59.7 | 77.45 | 12.96 | - |
| YUV | 209.06 | 26.39 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 241 | 29 | 0.11 | 0 | 0.88 | 0.05 | 67.36 | 0.88 | 0.53 |
| Hex | D7 | F1 | 1D | B | 0 | 58 | 5 | 43 | 58 | 35 |
| Octal | 327 | 361 | 35 | 13 | 0 | 130 | 5 | 103 | 130 | 65 |
| Binary | 11010111 | 11110001 | 11101 | 1011 | 0 | 1011000 | 101 | 1000011 | 1011000 | 110101 |
Color Harmonies of #D7F11D
Complementary color
Monochromatic Colors of #D7F11D
Black with #D7F11D
Text Example
Text Example
White with #D7F11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F11D; }
p { color: rgb(215,241,29); }
H1.HeaderClassName
{
color: #D7F11D;
}
.AnyTagClassName
{
color: #D7F11D;
}
</style>
background-color css
<style>
a { background-color: #D7F11D; }
a { background-color: rgb(215,241,29); }
div.DivClassName
{
background-color: #D7F11D;
}
.BgClassName
{
background-color: #D7F11D;
}
</style>
border-color css
<style>
span { border-color: #D7F11D; }
span { border-color: rgb(215,241,29); }
td.TdClassName
{
border-color: #D7F11D;
}
.TagClassName
{
border-color: #D7F11D;
}
</style>