Shades of Screamin' Green #6AFA3C
Tints of Screamin' Green #6AFA3C
RGB
CMYK
RGB Variations
Color information
#6AFA3C (or 0x6AFA3C) is known color: Screamin' Green. HEX triplet: 6A, FA and 3C. RGB value is (106,250,60). Sum of RGB (Red+Green+Blue) = 106+250+60=416 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.48% from 416); Green value is 250 (98.05% from 255 or 60.10% from 416); Blue value is 60 (23.83% from 255 or 14.42% from 416); Max value from RGB is 250 - color contains mainly: green. Hex color #6AFA3C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6AFA3C is #9505C3. Grayscale: #B9B9B9. Windows color (decimal): -9766340 or 3996266. OLE color: 3996266.
HSL color Cylindrical-coordinate representation of color #6AFA3C: hue angle of 105.47º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6AFA3C is Cyan = 0.58, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 106 | 250 | 60 | - |
| CMYK | 0.58 | 0 | 0.76 | 0.02 |
| HSL | 105.47º | 0.95% | 0.61% | - |
| HSV(B) | 105.47º | 0.76% | 0.98% | - |
| XYZ | 40.95 | 71.76 | 15.97 | - |
| YUV | 185.28 | 57.29 | 71.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 250 | 60 | 0.58 | 0 | 0.76 | 0.02 | 105.47 | 0.95 | 0.61 |
| Hex | 6A | FA | 3C | 3A | 0 | 4C | 2 | 69 | 5F | 3D |
| Octal | 152 | 372 | 74 | 72 | 0 | 114 | 2 | 151 | 137 | 75 |
| Binary | 1101010 | 11111010 | 111100 | 111010 | 0 | 1001100 | 10 | 1101001 | 1011111 | 111101 |
Color Harmonies of #6AFA3C
Complementary color
Monochromatic Colors of #6AFA3C
Black with #6AFA3C
Text Example
Text Example
White with #6AFA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFA3C; }
p { color: rgb(106,250,60); }
H1.HeaderClassName
{
color: #6AFA3C;
}
.AnyTagClassName
{
color: #6AFA3C;
}
</style>
background-color css
<style>
a { background-color: #6AFA3C; }
a { background-color: rgb(106,250,60); }
div.DivClassName
{
background-color: #6AFA3C;
}
.BgClassName
{
background-color: #6AFA3C;
}
</style>
border-color css
<style>
span { border-color: #6AFA3C; }
span { border-color: rgb(106,250,60); }
td.TdClassName
{
border-color: #6AFA3C;
}
.TagClassName
{
border-color: #6AFA3C;
}
</style>