Shades of Screamin' Green #6AF25D
Tints of Screamin' Green #6AF25D
RGB
CMYK
RGB Variations
Color information
#6AF25D (or 0x6AF25D) is known color: Screamin' Green. HEX triplet: 6A, F2 and 5D. RGB value is (106,242,93). Sum of RGB (Red+Green+Blue) = 106+242+93=441 (58% of max value = 765). Red value is 106 (41.80% from 255 or 24.04% from 441); Green value is 242 (94.92% from 255 or 54.88% from 441); Blue value is 93 (36.72% from 255 or 21.09% from 441); Max value from RGB is 242 - color contains mainly: green. Hex color #6AF25D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6AF25D is #950DA2. Grayscale: #B8B8B8. Windows color (decimal): -9768355 or 6156906. OLE color: 6156906.
HSL color Cylindrical-coordinate representation of color #6AF25D: hue angle of 114.77º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6AF25D is Cyan = 0.56, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 106 | 242 | 93 | - |
| CMYK | 0.56 | 0 | 0.62 | 0.05 |
| HSL | 114.77º | 0.85% | 0.66% | - |
| HSV(B) | 114.77º | 0.62% | 0.95% | - |
| XYZ | 39.67 | 67.36 | 21.27 | - |
| YUV | 184.35 | 76.44 | 72.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 242 | 93 | 0.56 | 0 | 0.62 | 0.05 | 114.77 | 0.85 | 0.66 |
| Hex | 6A | F2 | 5D | 38 | 0 | 3E | 5 | 73 | 55 | 42 |
| Octal | 152 | 362 | 135 | 70 | 0 | 76 | 5 | 163 | 125 | 102 |
| Binary | 1101010 | 11110010 | 1011101 | 111000 | 0 | 111110 | 101 | 1110011 | 1010101 | 1000010 |
Color Harmonies of #6AF25D
Complementary color
Monochromatic Colors of #6AF25D
Black with #6AF25D
Text Example
Text Example
White with #6AF25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF25D; }
p { color: rgb(106,242,93); }
H1.HeaderClassName
{
color: #6AF25D;
}
.AnyTagClassName
{
color: #6AF25D;
}
</style>
background-color css
<style>
a { background-color: #6AF25D; }
a { background-color: rgb(106,242,93); }
div.DivClassName
{
background-color: #6AF25D;
}
.BgClassName
{
background-color: #6AF25D;
}
</style>
border-color css
<style>
span { border-color: #6AF25D; }
span { border-color: rgb(106,242,93); }
td.TdClassName
{
border-color: #6AF25D;
}
.TagClassName
{
border-color: #6AF25D;
}
</style>