Shades of Pear #D7FC2D
Tints of Pear #D7FC2D
RGB
CMYK
RGB Variations
Color information
#D7FC2D (or 0xD7FC2D) is known color: Pear. HEX triplet: D7, FC and 2D. RGB value is (215,252,45). Sum of RGB (Red+Green+Blue) = 215+252+45=512 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.99% from 512); Green value is 252 (98.83% from 255 or 49.22% from 512); Blue value is 45 (17.97% from 255 or 8.79% from 512); Max value from RGB is 252 - color contains mainly: green. Hex color #D7FC2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7FC2D is #2803D2. Grayscale: #DADADA. Windows color (decimal): -2622419 or 3013847. OLE color: 3013847.
HSL color Cylindrical-coordinate representation of color #D7FC2D: hue angle of 70.72º degrees, saturation: 0.97, 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 #D7FC2D is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 215 | 252 | 45 | - |
| CMYK | 0.15 | 0 | 0.82 | 0.01 |
| HSL | 70.72º | 0.97% | 0.58% | - |
| HSV(B) | 70.72º | 0.82% | 0.99% | - |
| XYZ | 63.31 | 84.26 | 15.41 | - |
| YUV | 217.34 | 30.74 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 252 | 45 | 0.15 | 0 | 0.82 | 0.01 | 70.72 | 0.97 | 0.58 |
| Hex | D7 | FC | 2D | F | 0 | 52 | 1 | 47 | 61 | 3A |
| Octal | 327 | 374 | 55 | 17 | 0 | 122 | 1 | 107 | 141 | 72 |
| Binary | 11010111 | 11111100 | 101101 | 1111 | 0 | 1010010 | 1 | 1000111 | 1100001 | 111010 |
Color Harmonies of #D7FC2D
Complementary color
Monochromatic Colors of #D7FC2D
Black with #D7FC2D
Text Example
Text Example
White with #D7FC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7FC2D; }
p { color: rgb(215,252,45); }
H1.HeaderClassName
{
color: #D7FC2D;
}
.AnyTagClassName
{
color: #D7FC2D;
}
</style>
background-color css
<style>
a { background-color: #D7FC2D; }
a { background-color: rgb(215,252,45); }
div.DivClassName
{
background-color: #D7FC2D;
}
.BgClassName
{
background-color: #D7FC2D;
}
</style>
border-color css
<style>
span { border-color: #D7FC2D; }
span { border-color: rgb(215,252,45); }
td.TdClassName
{
border-color: #D7FC2D;
}
.TagClassName
{
border-color: #D7FC2D;
}
</style>