Shades of Pear #D7F63A
Tints of Pear #D7F63A
RGB
CMYK
RGB Variations
Color information
#D7F63A (or 0xD7F63A) is known color: Pear. HEX triplet: D7, F6 and 3A. RGB value is (215,246,58). Sum of RGB (Red+Green+Blue) = 215+246+58=519 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.43% from 519); Green value is 246 (96.48% from 255 or 47.40% from 519); Blue value is 58 (23.05% from 255 or 11.18% from 519); Max value from RGB is 246 - color contains mainly: green. Hex color #D7F63A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7F63A is #2809C5. Grayscale: #D8D8D8. Windows color (decimal): -2623942 or 3864279. OLE color: 3864279.
HSL color Cylindrical-coordinate representation of color #D7F63A: hue angle of 69.89º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D7F63A is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 215 | 246 | 58 | - |
| CMYK | 0.13 | 0 | 0.76 | 0.04 |
| HSL | 69.89º | 0.91% | 0.6% | - |
| HSV(B) | 69.89º | 0.76% | 0.96% | - |
| XYZ | 61.74 | 80.66 | 16.32 | - |
| YUV | 215.3 | 39.23 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 246 | 58 | 0.13 | 0 | 0.76 | 0.04 | 69.89 | 0.91 | 0.6 |
| Hex | D7 | F6 | 3A | D | 0 | 4C | 4 | 46 | 5B | 3C |
| Octal | 327 | 366 | 72 | 15 | 0 | 114 | 4 | 106 | 133 | 74 |
| Binary | 11010111 | 11110110 | 111010 | 1101 | 0 | 1001100 | 100 | 1000110 | 1011011 | 111100 |
Color Harmonies of #D7F63A
Complementary color
Monochromatic Colors of #D7F63A
Black with #D7F63A
Text Example
Text Example
White with #D7F63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F63A; }
p { color: rgb(215,246,58); }
H1.HeaderClassName
{
color: #D7F63A;
}
.AnyTagClassName
{
color: #D7F63A;
}
</style>
background-color css
<style>
a { background-color: #D7F63A; }
a { background-color: rgb(215,246,58); }
div.DivClassName
{
background-color: #D7F63A;
}
.BgClassName
{
background-color: #D7F63A;
}
</style>
border-color css
<style>
span { border-color: #D7F63A; }
span { border-color: rgb(215,246,58); }
td.TdClassName
{
border-color: #D7F63A;
}
.TagClassName
{
border-color: #D7F63A;
}
</style>