Shades of Light Green #9BFD7D
Tints of Light Green #9BFD7D
RGB
CMYK
RGB Variations
Color information
#9BFD7D (or 0x9BFD7D) is known color: Light Green. HEX triplet: 9B, FD and 7D. RGB value is (155,253,125). Sum of RGB (Red+Green+Blue) = 155+253+125=533 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.08% from 533); Green value is 253 (99.22% from 255 or 47.47% from 533); Blue value is 125 (49.22% from 255 or 23.45% from 533); Max value from RGB is 253 - color contains mainly: green. Hex color #9BFD7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BFD7D is #640282. Grayscale: #D1D1D1. Windows color (decimal): -6554243 or 8256923. OLE color: 8256923.
HSL color Cylindrical-coordinate representation of color #9BFD7D: hue angle of 105.94º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9BFD7D is Cyan = 0.39, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 253 | 125 | - |
| CMYK | 0.39 | 0 | 0.51 | 0.01 |
| HSL | 105.94º | 0.97% | 0.74% | - |
| HSV(B) | 105.94º | 0.51% | 0.99% | - |
| XYZ | 52.34 | 78.7 | 31.83 | - |
| YUV | 209.11 | 80.53 | 89.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 253 | 125 | 0.39 | 0 | 0.51 | 0.01 | 105.94 | 0.97 | 0.74 |
| Hex | 9B | FD | 7D | 27 | 0 | 33 | 1 | 6A | 61 | 4A |
| Octal | 233 | 375 | 175 | 47 | 0 | 63 | 1 | 152 | 141 | 112 |
| Binary | 10011011 | 11111101 | 1111101 | 100111 | 0 | 110011 | 1 | 1101010 | 1100001 | 1001010 |
Color Harmonies of #9BFD7D
Complementary color
Monochromatic Colors of #9BFD7D
Black with #9BFD7D
Text Example
Text Example
White with #9BFD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFD7D; }
p { color: rgb(155,253,125); }
H1.HeaderClassName
{
color: #9BFD7D;
}
.AnyTagClassName
{
color: #9BFD7D;
}
</style>
background-color css
<style>
a { background-color: #9BFD7D; }
a { background-color: rgb(155,253,125); }
div.DivClassName
{
background-color: #9BFD7D;
}
.BgClassName
{
background-color: #9BFD7D;
}
</style>
border-color css
<style>
span { border-color: #9BFD7D; }
span { border-color: rgb(155,253,125); }
td.TdClassName
{
border-color: #9BFD7D;
}
.TagClassName
{
border-color: #9BFD7D;
}
</style>