Shades of Pear #D7FD2D
Tints of Pear #D7FD2D
RGB
CMYK
RGB Variations
Color information
#D7FD2D (or 0xD7FD2D) is known color: Pear. HEX triplet: D7, FD and 2D. RGB value is (215,253,45). Sum of RGB (Red+Green+Blue) = 215+253+45=513 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.91% from 513); Green value is 253 (99.22% from 255 or 49.32% from 513); Blue value is 45 (17.97% from 255 or 8.77% from 513); Max value from RGB is 253 - color contains mainly: green. Hex color #D7FD2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7FD2D is #2802D2. Grayscale: #DADADA. Windows color (decimal): -2622163 or 3014103. OLE color: 3014103.
HSL color Cylindrical-coordinate representation of color #D7FD2D: hue angle of 70.96º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D7FD2D is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 215 | 253 | 45 | - |
| CMYK | 0.15 | 0 | 0.82 | 0.01 |
| HSL | 70.96º | 0.98% | 0.58% | - |
| HSV(B) | 70.96º | 0.82% | 0.99% | - |
| XYZ | 63.62 | 84.89 | 15.51 | - |
| YUV | 217.93 | 30.41 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 253 | 45 | 0.15 | 0 | 0.82 | 0.01 | 70.96 | 0.98 | 0.58 |
| Hex | D7 | FD | 2D | F | 0 | 52 | 1 | 47 | 62 | 3A |
| Octal | 327 | 375 | 55 | 17 | 0 | 122 | 1 | 107 | 142 | 72 |
| Binary | 11010111 | 11111101 | 101101 | 1111 | 0 | 1010010 | 1 | 1000111 | 1100010 | 111010 |
Color Harmonies of #D7FD2D
Complementary color
Monochromatic Colors of #D7FD2D
Black with #D7FD2D
Text Example
Text Example
White with #D7FD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7FD2D; }
p { color: rgb(215,253,45); }
H1.HeaderClassName
{
color: #D7FD2D;
}
.AnyTagClassName
{
color: #D7FD2D;
}
</style>
background-color css
<style>
a { background-color: #D7FD2D; }
a { background-color: rgb(215,253,45); }
div.DivClassName
{
background-color: #D7FD2D;
}
.BgClassName
{
background-color: #D7FD2D;
}
</style>
border-color css
<style>
span { border-color: #D7FD2D; }
span { border-color: rgb(215,253,45); }
td.TdClassName
{
border-color: #D7FD2D;
}
.TagClassName
{
border-color: #D7FD2D;
}
</style>