Shades of Screamin' Green #6AFE7D
Tints of Screamin' Green #6AFE7D
RGB
CMYK
RGB Variations
Color information
#6AFE7D (or 0x6AFE7D) is known color: Screamin' Green. HEX triplet: 6A, FE and 7D. RGB value is (106,254,125). Sum of RGB (Red+Green+Blue) = 106+254+125=485 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.86% from 485); Green value is 254 (99.61% from 255 or 52.37% from 485); Blue value is 125 (49.22% from 255 or 25.77% from 485); Max value from RGB is 254 - color contains mainly: green. Hex color #6AFE7D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6AFE7D is #950182. Grayscale: #C3C3C3. Windows color (decimal): -9765251 or 8257130. OLE color: 8257130.
HSL color Cylindrical-coordinate representation of color #6AFE7D: hue angle of 127.7º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFE7D is Cyan = 0.58, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 106 | 254 | 125 | - |
| CMYK | 0.58 | 0 | 0.51 | 0.00 |
| HSL | 127.7º | 0.99% | 0.71% | - |
| HSV(B) | 127.7º | 0.58% | 1% | - |
| XYZ | 45.09 | 75.43 | 31.58 | - |
| YUV | 195.04 | 88.47 | 64.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 254 | 125 | 0.58 | 0 | 0.51 | 0.00 | 127.7 | 0.99 | 0.71 |
| Hex | 6A | FE | 7D | 3A | 0 | 33 | 0 | 80 | 63 | 47 |
| Octal | 152 | 376 | 175 | 72 | 0 | 63 | 0 | 200 | 143 | 107 |
| Binary | 1101010 | 11111110 | 1111101 | 111010 | 0 | 110011 | 0 | 10000000 | 1100011 | 1000111 |
Color Harmonies of #6AFE7D
Complementary color
Monochromatic Colors of #6AFE7D
Black with #6AFE7D
Text Example
Text Example
White with #6AFE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFE7D; }
p { color: rgb(106,254,125); }
H1.HeaderClassName
{
color: #6AFE7D;
}
.AnyTagClassName
{
color: #6AFE7D;
}
</style>
background-color css
<style>
a { background-color: #6AFE7D; }
a { background-color: rgb(106,254,125); }
div.DivClassName
{
background-color: #6AFE7D;
}
.BgClassName
{
background-color: #6AFE7D;
}
</style>
border-color css
<style>
span { border-color: #6AFE7D; }
span { border-color: rgb(106,254,125); }
td.TdClassName
{
border-color: #6AFE7D;
}
.TagClassName
{
border-color: #6AFE7D;
}
</style>