Html Css Color HEX #9DF582 Granny Smith Apple
📋 copy color: '#9DF582'red 157 ◦ green 245 ◦ blue 130
Shades of Granny Smith Apple #9DF582
Tints of Granny Smith Apple #9DF582
RGB
CMYK
RGB Variations
Color information
#9DF582 (or 0x9DF582) is known color: Granny Smith Apple. HEX triplet: 9D, F5 and 82. RGB value is (157,245,130). Sum of RGB (Red+Green+Blue) = 157+245+130=532 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.51% from 532); Green value is 245 (96.09% from 255 or 46.05% from 532); Blue value is 130 (51.17% from 255 or 24.44% from 532); Max value from RGB is 245 - color contains mainly: green. Hex color #9DF582 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DF582 is #620A7D. Grayscale: #CDCDCD. Windows color (decimal): -6425214 or 8582557. OLE color: 8582557.
HSL color Cylindrical-coordinate representation of color #9DF582: hue angle of 105.91º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9DF582 is Cyan = 0.36, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 157 | 245 | 130 | - |
| CMYK | 0.36 | 0 | 0.47 | 0.04 |
| HSL | 105.91º | 0.85% | 0.74% | - |
| HSV(B) | 105.91º | 0.47% | 0.96% | - |
| XYZ | 50.59 | 74.08 | 32.75 | - |
| YUV | 205.58 | 85.35 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 245 | 130 | 0.36 | 0 | 0.47 | 0.04 | 105.91 | 0.85 | 0.74 |
| Hex | 9D | F5 | 82 | 24 | 0 | 2F | 4 | 6A | 55 | 4A |
| Octal | 235 | 365 | 202 | 44 | 0 | 57 | 4 | 152 | 125 | 112 |
| Binary | 10011101 | 11110101 | 10000010 | 100100 | 0 | 101111 | 100 | 1101010 | 1010101 | 1001010 |
Color Harmonies of #9DF582
Complementary color
Monochromatic Colors of #9DF582
Black with #9DF582
Text Example
Text Example
White with #9DF582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF582; }
p { color: rgb(157,245,130); }
H1.HeaderClassName
{
color: #9DF582;
}
.AnyTagClassName
{
color: #9DF582;
}
</style>
background-color css
<style>
a { background-color: #9DF582; }
a { background-color: rgb(157,245,130); }
div.DivClassName
{
background-color: #9DF582;
}
.BgClassName
{
background-color: #9DF582;
}
</style>
border-color css
<style>
span { border-color: #9DF582; }
span { border-color: rgb(157,245,130); }
td.TdClassName
{
border-color: #9DF582;
}
.TagClassName
{
border-color: #9DF582;
}
</style>