Html Css Color HEX #9DF57D Granny Smith Apple
📋 copy color: '#9DF57D'red 157 ◦ green 245 ◦ blue 125
Shades of Granny Smith Apple #9DF57D
Tints of Granny Smith Apple #9DF57D
RGB
CMYK
RGB Variations
Color information
#9DF57D (or 0x9DF57D) is known color: Granny Smith Apple. HEX triplet: 9D, F5 and 7D. RGB value is (157,245,125). Sum of RGB (Red+Green+Blue) = 157+245+125=527 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.79% from 527); Green value is 245 (96.09% from 255 or 46.49% from 527); Blue value is 125 (49.22% from 255 or 23.72% from 527); Max value from RGB is 245 - color contains mainly: green. Hex color #9DF57D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF57D is #620A82. Grayscale: #CDCDCD. Windows color (decimal): -6425219 or 8254877. OLE color: 8254877.
HSL color Cylindrical-coordinate representation of color #9DF57D: hue angle of 104º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9DF57D is Cyan = 0.36, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 157 | 245 | 125 | - |
| CMYK | 0.36 | 0 | 0.49 | 0.04 |
| HSL | 104º | 0.86% | 0.73% | - |
| HSV(B) | 104º | 0.49% | 0.96% | - |
| XYZ | 50.26 | 73.95 | 31.03 | - |
| YUV | 205.01 | 82.85 | 93.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 245 | 125 | 0.36 | 0 | 0.49 | 0.04 | 104 | 0.86 | 0.73 |
| Hex | 9D | F5 | 7D | 24 | 0 | 31 | 4 | 68 | 56 | 49 |
| Octal | 235 | 365 | 175 | 44 | 0 | 61 | 4 | 150 | 126 | 111 |
| Binary | 10011101 | 11110101 | 1111101 | 100100 | 0 | 110001 | 100 | 1101000 | 1010110 | 1001001 |
Color Harmonies of #9DF57D
Complementary color
Monochromatic Colors of #9DF57D
Black with #9DF57D
Text Example
Text Example
White with #9DF57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF57D; }
p { color: rgb(157,245,125); }
H1.HeaderClassName
{
color: #9DF57D;
}
.AnyTagClassName
{
color: #9DF57D;
}
</style>
background-color css
<style>
a { background-color: #9DF57D; }
a { background-color: rgb(157,245,125); }
div.DivClassName
{
background-color: #9DF57D;
}
.BgClassName
{
background-color: #9DF57D;
}
</style>
border-color css
<style>
span { border-color: #9DF57D; }
span { border-color: rgb(157,245,125); }
td.TdClassName
{
border-color: #9DF57D;
}
.TagClassName
{
border-color: #9DF57D;
}
</style>