Shades of Screamin' Green #6AFB7D
Tints of Screamin' Green #6AFB7D
RGB
CMYK
RGB Variations
Color information
#6AFB7D (or 0x6AFB7D) is known color: Screamin' Green. HEX triplet: 6A, FB and 7D. RGB value is (106,251,125). Sum of RGB (Red+Green+Blue) = 106+251+125=482 (63% of max value = 765). Red value is 106 (41.80% from 255 or 21.99% from 482); Green value is 251 (98.44% from 255 or 52.07% from 482); Blue value is 125 (49.22% from 255 or 25.93% from 482); Max value from RGB is 251 - color contains mainly: green. Hex color #6AFB7D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6AFB7D is #950482. Grayscale: #C1C1C1. Windows color (decimal): -9766019 or 8256362. OLE color: 8256362.
HSL color Cylindrical-coordinate representation of color #6AFB7D: hue angle of 127.86º 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 #6AFB7D is Cyan = 0.58, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 106 | 251 | 125 | - |
| CMYK | 0.58 | 0 | 0.50 | 0.02 |
| HSL | 127.86º | 0.95% | 0.7% | - |
| HSV(B) | 127.86º | 0.58% | 0.98% | - |
| XYZ | 44.14 | 73.54 | 31.27 | - |
| YUV | 193.28 | 89.46 | 65.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 251 | 125 | 0.58 | 0 | 0.50 | 0.02 | 127.86 | 0.95 | 0.7 |
| Hex | 6A | FB | 7D | 3A | 0 | 32 | 2 | 80 | 5F | 46 |
| Octal | 152 | 373 | 175 | 72 | 0 | 62 | 2 | 200 | 137 | 106 |
| Binary | 1101010 | 11111011 | 1111101 | 111010 | 0 | 110010 | 10 | 10000000 | 1011111 | 1000110 |
Color Harmonies of #6AFB7D
Complementary color
Monochromatic Colors of #6AFB7D
Black with #6AFB7D
Text Example
Text Example
White with #6AFB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFB7D; }
p { color: rgb(106,251,125); }
H1.HeaderClassName
{
color: #6AFB7D;
}
.AnyTagClassName
{
color: #6AFB7D;
}
</style>
background-color css
<style>
a { background-color: #6AFB7D; }
a { background-color: rgb(106,251,125); }
div.DivClassName
{
background-color: #6AFB7D;
}
.BgClassName
{
background-color: #6AFB7D;
}
</style>
border-color css
<style>
span { border-color: #6AFB7D; }
span { border-color: rgb(106,251,125); }
td.TdClassName
{
border-color: #6AFB7D;
}
.TagClassName
{
border-color: #6AFB7D;
}
</style>