Shades of Pear #D7FB2D
Tints of Pear #D7FB2D
RGB
CMYK
RGB Variations
Color information
#D7FB2D (or 0xD7FB2D) is known color: Pear. HEX triplet: D7, FB and 2D. RGB value is (215,251,45). Sum of RGB (Red+Green+Blue) = 215+251+45=511 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.07% from 511); Green value is 251 (98.44% from 255 or 49.12% from 511); Blue value is 45 (17.97% from 255 or 8.81% from 511); Max value from RGB is 251 - color contains mainly: green. Hex color #D7FB2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7FB2D is #2804D2. Grayscale: #D9D9D9. Windows color (decimal): -2622675 or 3013591. OLE color: 3013591.
HSL color Cylindrical-coordinate representation of color #D7FB2D: hue angle of 70.49º degrees, saturation: 0.96, 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 #D7FB2D is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 251 | 45 | - |
| CMYK | 0.14 | 0 | 0.82 | 0.02 |
| HSL | 70.49º | 0.96% | 0.58% | - |
| HSV(B) | 70.49º | 0.82% | 0.98% | - |
| XYZ | 63 | 83.63 | 15.3 | - |
| YUV | 216.75 | 31.07 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 251 | 45 | 0.14 | 0 | 0.82 | 0.02 | 70.49 | 0.96 | 0.58 |
| Hex | D7 | FB | 2D | E | 0 | 52 | 2 | 46 | 60 | 3A |
| Octal | 327 | 373 | 55 | 16 | 0 | 122 | 2 | 106 | 140 | 72 |
| Binary | 11010111 | 11111011 | 101101 | 1110 | 0 | 1010010 | 10 | 1000110 | 1100000 | 111010 |
Color Harmonies of #D7FB2D
Complementary color
Monochromatic Colors of #D7FB2D
Black with #D7FB2D
Text Example
Text Example
White with #D7FB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7FB2D; }
p { color: rgb(215,251,45); }
H1.HeaderClassName
{
color: #D7FB2D;
}
.AnyTagClassName
{
color: #D7FB2D;
}
</style>
background-color css
<style>
a { background-color: #D7FB2D; }
a { background-color: rgb(215,251,45); }
div.DivClassName
{
background-color: #D7FB2D;
}
.BgClassName
{
background-color: #D7FB2D;
}
</style>
border-color css
<style>
span { border-color: #D7FB2D; }
span { border-color: rgb(215,251,45); }
td.TdClassName
{
border-color: #D7FB2D;
}
.TagClassName
{
border-color: #D7FB2D;
}
</style>