Shades of Pear #D7FF3A
Tints of Pear #D7FF3A
RGB
CMYK
RGB Variations
Color information
#D7FF3A (or 0xD7FF3A) is known color: Pear. HEX triplet: D7, FF and 3A. RGB value is (215,255,58). Sum of RGB (Red+Green+Blue) = 215+255+58=528 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.72% from 528); Green value is 255 (100% from 255 or 48.30% from 528); Blue value is 58 (23.05% from 255 or 10.98% from 528); Max value from RGB is 255 - color contains mainly: green. Hex color #D7FF3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7FF3A is #2800C5. Grayscale: #DDDDDD. Windows color (decimal): -2621638 or 3866583. OLE color: 3866583.
HSL color Cylindrical-coordinate representation of color #D7FF3A: hue angle of 72.18º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D7FF3A is Cyan = 0.16, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 215 | 255 | 58 | - |
| CMYK | 0.16 | 0 | 0.77 | 0 |
| HSL | 72.18º | 1% | 0.61% | - |
| HSV(B) | 72.18º | 0.77% | 1% | - |
| XYZ | 64.55 | 86.27 | 17.25 | - |
| YUV | 220.58 | 36.25 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 255 | 58 | 0.16 | 0 | 0.77 | 0 | 72.18 | 1 | 0.61 |
| Hex | D7 | FF | 3A | 10 | 0 | 4D | 0 | 48 | 64 | 3D |
| Octal | 327 | 377 | 72 | 20 | 0 | 115 | 0 | 110 | 144 | 75 |
| Binary | 11010111 | 11111111 | 111010 | 10000 | 0 | 1001101 | 0 | 1001000 | 1100100 | 111101 |
Color Harmonies of #D7FF3A
Complementary color
Monochromatic Colors of #D7FF3A
Black with #D7FF3A
Text Example
Text Example
White with #D7FF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7FF3A; }
p { color: rgb(215,255,58); }
H1.HeaderClassName
{
color: #D7FF3A;
}
.AnyTagClassName
{
color: #D7FF3A;
}
</style>
background-color css
<style>
a { background-color: #D7FF3A; }
a { background-color: rgb(215,255,58); }
div.DivClassName
{
background-color: #D7FF3A;
}
.BgClassName
{
background-color: #D7FF3A;
}
</style>
border-color css
<style>
span { border-color: #D7FF3A; }
span { border-color: rgb(215,255,58); }
td.TdClassName
{
border-color: #D7FF3A;
}
.TagClassName
{
border-color: #D7FF3A;
}
</style>