Shades of Screamin' Green #6AFC3C
Tints of Screamin' Green #6AFC3C
RGB
CMYK
RGB Variations
Color information
#6AFC3C (or 0x6AFC3C) is known color: Screamin' Green. HEX triplet: 6A, FC and 3C. RGB value is (106,252,60). Sum of RGB (Red+Green+Blue) = 106+252+60=418 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.36% from 418); Green value is 252 (98.83% from 255 or 60.29% from 418); Blue value is 60 (23.83% from 255 or 14.35% from 418); Max value from RGB is 252 - color contains mainly: green. Hex color #6AFC3C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6AFC3C is #9503C3. Grayscale: #BBBBBB. Windows color (decimal): -9765828 or 3996778. OLE color: 3996778.
HSL color Cylindrical-coordinate representation of color #6AFC3C: hue angle of 105.62º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6AFC3C is Cyan = 0.58, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 106 | 252 | 60 | - |
| CMYK | 0.58 | 0 | 0.76 | 0.01 |
| HSL | 105.63º | 0.97% | 0.61% | - |
| HSV(B) | 105.63º | 0.76% | 0.99% | - |
| XYZ | 41.57 | 73.01 | 16.18 | - |
| YUV | 186.46 | 56.63 | 70.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 252 | 60 | 0.58 | 0 | 0.76 | 0.01 | 105.63 | 0.97 | 0.61 |
| Hex | 6A | FC | 3C | 3A | 0 | 4C | 1 | 6A | 61 | 3D |
| Octal | 152 | 374 | 74 | 72 | 0 | 114 | 1 | 152 | 141 | 75 |
| Binary | 1101010 | 11111100 | 111100 | 111010 | 0 | 1001100 | 1 | 1101010 | 1100001 | 111101 |
Color Harmonies of #6AFC3C
Complementary color
Monochromatic Colors of #6AFC3C
Black with #6AFC3C
Text Example
Text Example
White with #6AFC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFC3C; }
p { color: rgb(106,252,60); }
H1.HeaderClassName
{
color: #6AFC3C;
}
.AnyTagClassName
{
color: #6AFC3C;
}
</style>
background-color css
<style>
a { background-color: #6AFC3C; }
a { background-color: rgb(106,252,60); }
div.DivClassName
{
background-color: #6AFC3C;
}
.BgClassName
{
background-color: #6AFC3C;
}
</style>
border-color css
<style>
span { border-color: #6AFC3C; }
span { border-color: rgb(106,252,60); }
td.TdClassName
{
border-color: #6AFC3C;
}
.TagClassName
{
border-color: #6AFC3C;
}
</style>