Shades of Screamin' Green #6AFB80
Tints of Screamin' Green #6AFB80
RGB
CMYK
RGB Variations
Color information
#6AFB80 (or 0x6AFB80) is known color: Screamin' Green. HEX triplet: 6A, FB and 80. RGB value is (106,251,128). Sum of RGB (Red+Green+Blue) = 106+251+128=485 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.86% from 485); Green value is 251 (98.44% from 255 or 51.75% from 485); Blue value is 128 (50.39% from 255 or 26.39% from 485); Max value from RGB is 251 - color contains mainly: green. Hex color #6AFB80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AFB80 is #95047F. Grayscale: #C1C1C1. Windows color (decimal): -9766016 or 8452970. OLE color: 8452970.
HSL color Cylindrical-coordinate representation of color #6AFB80: hue angle of 129.1º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFB80 is Cyan = 0.58, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 106 | 251 | 128 | - |
| CMYK | 0.58 | 0 | 0.49 | 0.02 |
| HSL | 129.1º | 0.95% | 0.7% | - |
| HSV(B) | 129.1º | 0.58% | 0.98% | - |
| XYZ | 44.34 | 73.62 | 32.29 | - |
| YUV | 193.62 | 90.96 | 65.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 251 | 128 | 0.58 | 0 | 0.49 | 0.02 | 129.1 | 0.95 | 0.7 |
| Hex | 6A | FB | 80 | 3A | 0 | 31 | 2 | 81 | 5F | 46 |
| Octal | 152 | 373 | 200 | 72 | 0 | 61 | 2 | 201 | 137 | 106 |
| Binary | 1101010 | 11111011 | 10000000 | 111010 | 0 | 110001 | 10 | 10000001 | 1011111 | 1000110 |
Color Harmonies of #6AFB80
Complementary color
Monochromatic Colors of #6AFB80
Black with #6AFB80
Text Example
Text Example
White with #6AFB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFB80; }
p { color: rgb(106,251,128); }
H1.HeaderClassName
{
color: #6AFB80;
}
.AnyTagClassName
{
color: #6AFB80;
}
</style>
background-color css
<style>
a { background-color: #6AFB80; }
a { background-color: rgb(106,251,128); }
div.DivClassName
{
background-color: #6AFB80;
}
.BgClassName
{
background-color: #6AFB80;
}
</style>
border-color css
<style>
span { border-color: #6AFB80; }
span { border-color: rgb(106,251,128); }
td.TdClassName
{
border-color: #6AFB80;
}
.TagClassName
{
border-color: #6AFB80;
}
</style>