Shades of Screamin' Green #6AF25B
Tints of Screamin' Green #6AF25B
RGB
CMYK
RGB Variations
Color information
#6AF25B (or 0x6AF25B) is known color: Screamin' Green. HEX triplet: 6A, F2 and 5B. RGB value is (106,242,91). Sum of RGB (Red+Green+Blue) = 106+242+91=439 (58% of max value = 765). Red value is 106 (41.80% from 255 or 24.15% from 439); Green value is 242 (94.92% from 255 or 55.13% from 439); Blue value is 91 (35.94% from 255 or 20.73% from 439); Max value from RGB is 242 - color contains mainly: green. Hex color #6AF25B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6AF25B is #950DA4. Grayscale: #B8B8B8. Windows color (decimal): -9768357 or 6025834. OLE color: 6025834.
HSL color Cylindrical-coordinate representation of color #6AF25B: hue angle of 114.04º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6AF25B is Cyan = 0.56, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 106 | 242 | 91 | - |
| CMYK | 0.56 | 0 | 0.62 | 0.05 |
| HSL | 114.04º | 0.85% | 0.65% | - |
| HSV(B) | 114.04º | 0.62% | 0.95% | - |
| XYZ | 39.58 | 67.32 | 20.81 | - |
| YUV | 184.12 | 75.44 | 72.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 242 | 91 | 0.56 | 0 | 0.62 | 0.05 | 114.04 | 0.85 | 0.65 |
| Hex | 6A | F2 | 5B | 38 | 0 | 3E | 5 | 72 | 55 | 41 |
| Octal | 152 | 362 | 133 | 70 | 0 | 76 | 5 | 162 | 125 | 101 |
| Binary | 1101010 | 11110010 | 1011011 | 111000 | 0 | 111110 | 101 | 1110010 | 1010101 | 1000001 |
Color Harmonies of #6AF25B
Complementary color
Monochromatic Colors of #6AF25B
Black with #6AF25B
Text Example
Text Example
White with #6AF25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF25B; }
p { color: rgb(106,242,91); }
H1.HeaderClassName
{
color: #6AF25B;
}
.AnyTagClassName
{
color: #6AF25B;
}
</style>
background-color css
<style>
a { background-color: #6AF25B; }
a { background-color: rgb(106,242,91); }
div.DivClassName
{
background-color: #6AF25B;
}
.BgClassName
{
background-color: #6AF25B;
}
</style>
border-color css
<style>
span { border-color: #6AF25B; }
span { border-color: rgb(106,242,91); }
td.TdClassName
{
border-color: #6AF25B;
}
.TagClassName
{
border-color: #6AF25B;
}
</style>