Shades of Pear #D7FD2C
Tints of Pear #D7FD2C
RGB
CMYK
RGB Variations
Color information
#D7FD2C (or 0xD7FD2C) is known color: Pear. HEX triplet: D7, FD and 2C. RGB value is (215,253,44). Sum of RGB (Red+Green+Blue) = 215+253+44=512 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.99% from 512); Green value is 253 (99.22% from 255 or 49.41% from 512); Blue value is 44 (17.58% from 255 or 8.59% from 512); Max value from RGB is 253 - color contains mainly: green. Hex color #D7FD2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7FD2C is #2802D3. Grayscale: #DADADA. Windows color (decimal): -2622164 or 2948567. OLE color: 2948567.
HSL color Cylindrical-coordinate representation of color #D7FD2C: hue angle of 70.91º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D7FD2C is Cyan = 0.15, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 215 | 253 | 44 | - |
| CMYK | 0.15 | 0 | 0.83 | 0.01 |
| HSL | 70.91º | 0.98% | 0.58% | - |
| HSV(B) | 70.91º | 0.83% | 0.99% | - |
| XYZ | 63.6 | 84.88 | 15.41 | - |
| YUV | 217.81 | 29.91 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 253 | 44 | 0.15 | 0 | 0.83 | 0.01 | 70.91 | 0.98 | 0.58 |
| Hex | D7 | FD | 2C | F | 0 | 53 | 1 | 47 | 62 | 3A |
| Octal | 327 | 375 | 54 | 17 | 0 | 123 | 1 | 107 | 142 | 72 |
| Binary | 11010111 | 11111101 | 101100 | 1111 | 0 | 1010011 | 1 | 1000111 | 1100010 | 111010 |
Color Harmonies of #D7FD2C
Complementary color
Monochromatic Colors of #D7FD2C
Black with #D7FD2C
Text Example
Text Example
White with #D7FD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7FD2C; }
p { color: rgb(215,253,44); }
H1.HeaderClassName
{
color: #D7FD2C;
}
.AnyTagClassName
{
color: #D7FD2C;
}
</style>
background-color css
<style>
a { background-color: #D7FD2C; }
a { background-color: rgb(215,253,44); }
div.DivClassName
{
background-color: #D7FD2C;
}
.BgClassName
{
background-color: #D7FD2C;
}
</style>
border-color css
<style>
span { border-color: #D7FD2C; }
span { border-color: rgb(215,253,44); }
td.TdClassName
{
border-color: #D7FD2C;
}
.TagClassName
{
border-color: #D7FD2C;
}
</style>