Shades of Screamin' Green #6AFB42
Tints of Screamin' Green #6AFB42
RGB
CMYK
RGB Variations
Color information
#6AFB42 (or 0x6AFB42) is known color: Screamin' Green. HEX triplet: 6A, FB and 42. RGB value is (106,251,66). Sum of RGB (Red+Green+Blue) = 106+251+66=423 (56% of max value = 765). Red value is 106 (41.80% from 255 or 25.06% from 423); Green value is 251 (98.44% from 255 or 59.34% from 423); Blue value is 66 (26.17% from 255 or 15.60% from 423); Max value from RGB is 251 - color contains mainly: green. Hex color #6AFB42 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6AFB42 is #9504BD. Grayscale: #BBBBBB. Windows color (decimal): -9766078 or 4389738. OLE color: 4389738.
HSL color Cylindrical-coordinate representation of color #6AFB42: hue angle of 107.03º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6AFB42 is Cyan = 0.58, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 106 | 251 | 66 | - |
| CMYK | 0.58 | 0 | 0.74 | 0.02 |
| HSL | 107.03º | 0.96% | 0.62% | - |
| HSV(B) | 107.03º | 0.74% | 0.98% | - |
| XYZ | 41.42 | 72.45 | 16.96 | - |
| YUV | 186.56 | 59.96 | 70.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 251 | 66 | 0.58 | 0 | 0.74 | 0.02 | 107.03 | 0.96 | 0.62 |
| Hex | 6A | FB | 42 | 3A | 0 | 4A | 2 | 6B | 60 | 3E |
| Octal | 152 | 373 | 102 | 72 | 0 | 112 | 2 | 153 | 140 | 76 |
| Binary | 1101010 | 11111011 | 1000010 | 111010 | 0 | 1001010 | 10 | 1101011 | 1100000 | 111110 |
Color Harmonies of #6AFB42
Complementary color
Monochromatic Colors of #6AFB42
Black with #6AFB42
Text Example
Text Example
White with #6AFB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFB42; }
p { color: rgb(106,251,66); }
H1.HeaderClassName
{
color: #6AFB42;
}
.AnyTagClassName
{
color: #6AFB42;
}
</style>
background-color css
<style>
a { background-color: #6AFB42; }
a { background-color: rgb(106,251,66); }
div.DivClassName
{
background-color: #6AFB42;
}
.BgClassName
{
background-color: #6AFB42;
}
</style>
border-color css
<style>
span { border-color: #6AFB42; }
span { border-color: rgb(106,251,66); }
td.TdClassName
{
border-color: #6AFB42;
}
.TagClassName
{
border-color: #6AFB42;
}
</style>