Shades of Screamin' Green #6AED3C
Tints of Screamin' Green #6AED3C
RGB
CMYK
RGB Variations
Color information
#6AED3C (or 0x6AED3C) is known color: Screamin' Green. HEX triplet: 6A, ED and 3C. RGB value is (106,237,60). Sum of RGB (Red+Green+Blue) = 106+237+60=403 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.30% from 403); Green value is 237 (92.97% from 255 or 58.81% from 403); Blue value is 60 (23.83% from 255 or 14.89% from 403); Max value from RGB is 237 - color contains mainly: green. Hex color #6AED3C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6AED3C is #9512C3. Grayscale: #B2B2B2. Windows color (decimal): -9769668 or 3992938. OLE color: 3992938.
HSL color Cylindrical-coordinate representation of color #6AED3C: hue angle of 104.41º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6AED3C is Cyan = 0.55, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 237 | 60 | - |
| CMYK | 0.55 | 0 | 0.75 | 0.07 |
| HSL | 104.41º | 0.83% | 0.58% | - |
| HSV(B) | 104.41º | 0.75% | 0.93% | - |
| XYZ | 37.04 | 63.96 | 14.67 | - |
| YUV | 177.65 | 61.6 | 76.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 237 | 60 | 0.55 | 0 | 0.75 | 0.07 | 104.41 | 0.83 | 0.58 |
| Hex | 6A | ED | 3C | 37 | 0 | 4B | 7 | 68 | 53 | 3A |
| Octal | 152 | 355 | 74 | 67 | 0 | 113 | 7 | 150 | 123 | 72 |
| Binary | 1101010 | 11101101 | 111100 | 110111 | 0 | 1001011 | 111 | 1101000 | 1010011 | 111010 |
Color Harmonies of #6AED3C
Complementary color
Monochromatic Colors of #6AED3C
Black with #6AED3C
Text Example
Text Example
White with #6AED3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AED3C; }
p { color: rgb(106,237,60); }
H1.HeaderClassName
{
color: #6AED3C;
}
.AnyTagClassName
{
color: #6AED3C;
}
</style>
background-color css
<style>
a { background-color: #6AED3C; }
a { background-color: rgb(106,237,60); }
div.DivClassName
{
background-color: #6AED3C;
}
.BgClassName
{
background-color: #6AED3C;
}
</style>
border-color css
<style>
span { border-color: #6AED3C; }
span { border-color: rgb(106,237,60); }
td.TdClassName
{
border-color: #6AED3C;
}
.TagClassName
{
border-color: #6AED3C;
}
</style>