Shades of Summer Green #8DBF99
Tints of Summer Green #8DBF99
RGB
CMYK
RGB Variations
Color information
#8DBF99 (or 0x8DBF99) is known color: Summer Green. HEX triplet: 8D, BF and 99. RGB value is (141,191,153). Sum of RGB (Red+Green+Blue) = 141+191+153=485 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.07% from 485); Green value is 191 (75% from 255 or 39.38% from 485); Blue value is 153 (60.16% from 255 or 31.55% from 485); Max value from RGB is 191 - color contains mainly: green. Hex color #8DBF99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DBF99 is #724066. Grayscale: #ABABAB. Windows color (decimal): -7487591 or 10076045. OLE color: 10076045.
HSL color Cylindrical-coordinate representation of color #8DBF99: hue angle of 134.4º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8DBF99 is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
RGB | 141 | 191 | 153 | - |
CMYK | 0.26 | 0 | 0.20 | 0.25 |
HSL | 134.4º | 0.28% | 0.65% | - |
HSV(B) | 134.4º | 0.26% | 0.75% | - |
XYZ | 35.37 | 45.22 | 37 | - |
YUV | 171.72 | 117.44 | 106.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 141 | 191 | 153 | 0.26 | 0 | 0.20 | 0.25 | 134.4 | 0.28 | 0.65 |
Hex | 8D | BF | 99 | 1A | 0 | 14 | 19 | 86 | 1C | 41 |
Octal | 215 | 277 | 231 | 32 | 0 | 24 | 31 | 206 | 34 | 101 |
Binary | 10001101 | 10111111 | 10011001 | 11010 | 0 | 10100 | 11001 | 10000110 | 11100 | 1000001 |
Color Harmonies of #8DBF99
Complementary color
Monochromatic Colors of #8DBF99
Black with #8DBF99
Text Example
Text Example
White with #8DBF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBF99; }
p { color: rgb(141,191,153); }
H1.HeaderClassName
{
color: #8DBF99;
}
.AnyTagClassName
{
color: #8DBF99;
}
</style>
background-color css
<style>
a { background-color: #8DBF99; }
a { background-color: rgb(141,191,153); }
div.DivClassName
{
background-color: #8DBF99;
}
.BgClassName
{
background-color: #8DBF99;
}
</style>
border-color css
<style>
span { border-color: #8DBF99; }
span { border-color: rgb(141,191,153); }
td.TdClassName
{
border-color: #8DBF99;
}
.TagClassName
{
border-color: #8DBF99;
}
</style>