Shades of Spring Green #38FF80
Tints of Spring Green #38FF80
RGB
CMYK
RGB Variations
Color information
#38FF80 (or 0x38FF80) is known color: Spring Green. HEX triplet: 38, FF and 80. RGB value is (56,255,128). Sum of RGB (Red+Green+Blue) = 56+255+128=439 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.76% from 439); Green value is 255 (100% from 255 or 58.09% from 439); Blue value is 128 (50.39% from 255 or 29.16% from 439); Max value from RGB is 255 - color contains mainly: green. Hex color #38FF80 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #38FF80 is #C7007F. Grayscale: #B5B5B5. Windows color (decimal): -13041792 or 8453944. OLE color: 8453944.
HSL color Cylindrical-coordinate representation of color #38FF80: hue angle of 141.71º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38FF80 is Cyan = 0.78, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 255 | 128 | - |
| CMYK | 0.78 | 0 | 0.50 | 0 |
| HSL | 141.71º | 1% | 0.61% | - |
| HSV(B) | 141.71º | 0.78% | 1% | - |
| XYZ | 41.29 | 73.92 | 32.51 | - |
| YUV | 181.02 | 98.07 | 38.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 255 | 128 | 0.78 | 0 | 0.50 | 0 | 141.71 | 1 | 0.61 |
| Hex | 38 | FF | 80 | 4E | 0 | 32 | 0 | 8E | 64 | 3D |
| Octal | 70 | 377 | 200 | 116 | 0 | 62 | 0 | 216 | 144 | 75 |
| Binary | 111000 | 11111111 | 10000000 | 1001110 | 0 | 110010 | 0 | 10001110 | 1100100 | 111101 |
Color Harmonies of #38FF80
Complementary color
Monochromatic Colors of #38FF80
Black with #38FF80
Text Example
Text Example
White with #38FF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FF80; }
p { color: rgb(56,255,128); }
H1.HeaderClassName
{
color: #38FF80;
}
.AnyTagClassName
{
color: #38FF80;
}
</style>
background-color css
<style>
a { background-color: #38FF80; }
a { background-color: rgb(56,255,128); }
div.DivClassName
{
background-color: #38FF80;
}
.BgClassName
{
background-color: #38FF80;
}
</style>
border-color css
<style>
span { border-color: #38FF80; }
span { border-color: rgb(56,255,128); }
td.TdClassName
{
border-color: #38FF80;
}
.TagClassName
{
border-color: #38FF80;
}
</style>