Shades of Screamin' Green #6AEB48
Tints of Screamin' Green #6AEB48
RGB
CMYK
RGB Variations
Color information
#6AEB48 (or 0x6AEB48) is known color: Screamin' Green. HEX triplet: 6A, EB and 48. RGB value is (106,235,72). Sum of RGB (Red+Green+Blue) = 106+235+72=413 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.67% from 413); Green value is 235 (92.19% from 255 or 56.90% from 413); Blue value is 72 (28.52% from 255 or 17.43% from 413); Max value from RGB is 235 - color contains mainly: green. Hex color #6AEB48 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6AEB48 is #9514B7. Grayscale: #B2B2B2. Windows color (decimal): -9770168 or 4778858. OLE color: 4778858.
HSL color Cylindrical-coordinate representation of color #6AEB48: hue angle of 107.48º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6AEB48 is Cyan = 0.55, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 106 | 235 | 72 | - |
| CMYK | 0.55 | 0 | 0.69 | 0.08 |
| HSL | 107.48º | 0.8% | 0.6% | - |
| HSV(B) | 107.48º | 0.69% | 0.92% | - |
| XYZ | 36.82 | 62.95 | 16.34 | - |
| YUV | 177.85 | 68.26 | 76.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 235 | 72 | 0.55 | 0 | 0.69 | 0.08 | 107.48 | 0.8 | 0.6 |
| Hex | 6A | EB | 48 | 37 | 0 | 45 | 8 | 6B | 50 | 3C |
| Octal | 152 | 353 | 110 | 67 | 0 | 105 | 10 | 153 | 120 | 74 |
| Binary | 1101010 | 11101011 | 1001000 | 110111 | 0 | 1000101 | 1000 | 1101011 | 1010000 | 111100 |
Color Harmonies of #6AEB48
Complementary color
Monochromatic Colors of #6AEB48
Black with #6AEB48
Text Example
Text Example
White with #6AEB48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AEB48; }
p { color: rgb(106,235,72); }
H1.HeaderClassName
{
color: #6AEB48;
}
.AnyTagClassName
{
color: #6AEB48;
}
</style>
background-color css
<style>
a { background-color: #6AEB48; }
a { background-color: rgb(106,235,72); }
div.DivClassName
{
background-color: #6AEB48;
}
.BgClassName
{
background-color: #6AEB48;
}
</style>
border-color css
<style>
span { border-color: #6AEB48; }
span { border-color: rgb(106,235,72); }
td.TdClassName
{
border-color: #6AEB48;
}
.TagClassName
{
border-color: #6AEB48;
}
</style>