Shades of Light Green #9BF67D
Tints of Light Green #9BF67D
RGB
CMYK
RGB Variations
Color information
#9BF67D (or 0x9BF67D) is known color: Light Green. HEX triplet: 9B, F6 and 7D. RGB value is (155,246,125). Sum of RGB (Red+Green+Blue) = 155+246+125=526 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.47% from 526); Green value is 246 (96.48% from 255 or 46.77% from 526); Blue value is 125 (49.22% from 255 or 23.76% from 526); Max value from RGB is 246 - color contains mainly: green. Hex color #9BF67D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF67D is #640982. Grayscale: #CDCDCD. Windows color (decimal): -6556035 or 8255131. OLE color: 8255131.
HSL color Cylindrical-coordinate representation of color #9BF67D: hue angle of 105.12º degrees, saturation: 0.87, 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 #9BF67D is Cyan = 0.37, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 155 | 246 | 125 | - |
| CMYK | 0.37 | 0 | 0.49 | 0.04 |
| HSL | 105.12º | 0.87% | 0.73% | - |
| HSV(B) | 105.12º | 0.49% | 0.96% | - |
| XYZ | 50.18 | 74.36 | 31.11 | - |
| YUV | 205 | 82.85 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 246 | 125 | 0.37 | 0 | 0.49 | 0.04 | 105.12 | 0.87 | 0.73 |
| Hex | 9B | F6 | 7D | 25 | 0 | 31 | 4 | 69 | 57 | 49 |
| Octal | 233 | 366 | 175 | 45 | 0 | 61 | 4 | 151 | 127 | 111 |
| Binary | 10011011 | 11110110 | 1111101 | 100101 | 0 | 110001 | 100 | 1101001 | 1010111 | 1001001 |
Color Harmonies of #9BF67D
Complementary color
Monochromatic Colors of #9BF67D
Black with #9BF67D
Text Example
Text Example
White with #9BF67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF67D; }
p { color: rgb(155,246,125); }
H1.HeaderClassName
{
color: #9BF67D;
}
.AnyTagClassName
{
color: #9BF67D;
}
</style>
background-color css
<style>
a { background-color: #9BF67D; }
a { background-color: rgb(155,246,125); }
div.DivClassName
{
background-color: #9BF67D;
}
.BgClassName
{
background-color: #9BF67D;
}
</style>
border-color css
<style>
span { border-color: #9BF67D; }
span { border-color: rgb(155,246,125); }
td.TdClassName
{
border-color: #9BF67D;
}
.TagClassName
{
border-color: #9BF67D;
}
</style>