Shades of Light Green #8BF375
Tints of Light Green #8BF375
RGB
CMYK
RGB Variations
Color information
#8BF375 (or 0x8BF375) is known color: Light Green. HEX triplet: 8B, F3 and 75. RGB value is (139,243,117). Sum of RGB (Red+Green+Blue) = 139+243+117=499 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.86% from 499); Green value is 243 (95.31% from 255 or 48.70% from 499); Blue value is 117 (46.09% from 255 or 23.45% from 499); Max value from RGB is 243 - color contains mainly: green. Hex color #8BF375 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8BF375 is #740C8A. Grayscale: #C5C5C5. Windows color (decimal): -7605387 or 7730059. OLE color: 7730059.
HSL color Cylindrical-coordinate representation of color #8BF375: hue angle of 109.52º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8BF375 is Cyan = 0.43, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 139 | 243 | 117 | - |
| CMYK | 0.43 | 0 | 0.52 | 0.05 |
| HSL | 109.52º | 0.84% | 0.71% | - |
| HSV(B) | 109.52º | 0.52% | 0.95% | - |
| XYZ | 45.91 | 70.87 | 28.09 | - |
| YUV | 197.54 | 82.54 | 86.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 243 | 117 | 0.43 | 0 | 0.52 | 0.05 | 109.52 | 0.84 | 0.71 |
| Hex | 8B | F3 | 75 | 2B | 0 | 34 | 5 | 6E | 54 | 47 |
| Octal | 213 | 363 | 165 | 53 | 0 | 64 | 5 | 156 | 124 | 107 |
| Binary | 10001011 | 11110011 | 1110101 | 101011 | 0 | 110100 | 101 | 1101110 | 1010100 | 1000111 |
Color Harmonies of #8BF375
Complementary color
Monochromatic Colors of #8BF375
Black with #8BF375
Text Example
Text Example
White with #8BF375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BF375; }
p { color: rgb(139,243,117); }
H1.HeaderClassName
{
color: #8BF375;
}
.AnyTagClassName
{
color: #8BF375;
}
</style>
background-color css
<style>
a { background-color: #8BF375; }
a { background-color: rgb(139,243,117); }
div.DivClassName
{
background-color: #8BF375;
}
.BgClassName
{
background-color: #8BF375;
}
</style>
border-color css
<style>
span { border-color: #8BF375; }
span { border-color: rgb(139,243,117); }
td.TdClassName
{
border-color: #8BF375;
}
.TagClassName
{
border-color: #8BF375;
}
</style>