Shades of Pear #D7F92D
Tints of Pear #D7F92D
RGB
CMYK
RGB Variations
Color information
#D7F92D (or 0xD7F92D) is known color: Pear. HEX triplet: D7, F9 and 2D. RGB value is (215,249,45). Sum of RGB (Red+Green+Blue) = 215+249+45=509 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.24% from 509); Green value is 249 (97.66% from 255 or 48.92% from 509); Blue value is 45 (17.97% from 255 or 8.84% from 509); Max value from RGB is 249 - color contains mainly: green. Hex color #D7F92D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7F92D is #2806D2. Grayscale: #D8D8D8. Windows color (decimal): -2623187 or 3013079. OLE color: 3013079.
HSL color Cylindrical-coordinate representation of color #D7F92D: hue angle of 70º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D7F92D is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 249 | 45 | - |
| CMYK | 0.14 | 0 | 0.82 | 0.02 |
| HSL | 70º | 0.94% | 0.58% | - |
| HSV(B) | 70º | 0.82% | 0.98% | - |
| XYZ | 62.37 | 82.39 | 15.1 | - |
| YUV | 215.58 | 31.74 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 249 | 45 | 0.14 | 0 | 0.82 | 0.02 | 70 | 0.94 | 0.58 |
| Hex | D7 | F9 | 2D | E | 0 | 52 | 2 | 46 | 5E | 3A |
| Octal | 327 | 371 | 55 | 16 | 0 | 122 | 2 | 106 | 136 | 72 |
| Binary | 11010111 | 11111001 | 101101 | 1110 | 0 | 1010010 | 10 | 1000110 | 1011110 | 111010 |
Color Harmonies of #D7F92D
Complementary color
Monochromatic Colors of #D7F92D
Black with #D7F92D
Text Example
Text Example
White with #D7F92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F92D; }
p { color: rgb(215,249,45); }
H1.HeaderClassName
{
color: #D7F92D;
}
.AnyTagClassName
{
color: #D7F92D;
}
</style>
background-color css
<style>
a { background-color: #D7F92D; }
a { background-color: rgb(215,249,45); }
div.DivClassName
{
background-color: #D7F92D;
}
.BgClassName
{
background-color: #D7F92D;
}
</style>
border-color css
<style>
span { border-color: #D7F92D; }
span { border-color: rgb(215,249,45); }
td.TdClassName
{
border-color: #D7F92D;
}
.TagClassName
{
border-color: #D7F92D;
}
</style>