Shades of Screamin' Green #6CF041
Tints of Screamin' Green #6CF041
RGB
CMYK
RGB Variations
Color information
#6CF041 (or 0x6CF041) is known color: Screamin' Green. HEX triplet: 6C, F0 and 41. RGB value is (108,240,65). Sum of RGB (Red+Green+Blue) = 108+240+65=413 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.15% from 413); Green value is 240 (94.14% from 255 or 58.11% from 413); Blue value is 65 (25.78% from 255 or 15.74% from 413); Max value from RGB is 240 - color contains mainly: green. Hex color #6CF041 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6CF041 is #930FBE. Grayscale: #B5B5B5. Windows color (decimal): -9637823 or 4321388. OLE color: 4321388.
HSL color Cylindrical-coordinate representation of color #6CF041: hue angle of 105.26º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6CF041 is Cyan = 0.55, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 108 | 240 | 65 | - |
| CMYK | 0.55 | 0 | 0.73 | 0.06 |
| HSL | 105.26º | 0.85% | 0.6% | - |
| HSV(B) | 105.26º | 0.73% | 0.94% | - |
| XYZ | 38.3 | 65.89 | 15.7 | - |
| YUV | 180.58 | 62.77 | 76.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 240 | 65 | 0.55 | 0 | 0.73 | 0.06 | 105.26 | 0.85 | 0.6 |
| Hex | 6C | F0 | 41 | 37 | 0 | 49 | 6 | 69 | 55 | 3C |
| Octal | 154 | 360 | 101 | 67 | 0 | 111 | 6 | 151 | 125 | 74 |
| Binary | 1101100 | 11110000 | 1000001 | 110111 | 0 | 1001001 | 110 | 1101001 | 1010101 | 111100 |
Color Harmonies of #6CF041
Complementary color
Monochromatic Colors of #6CF041
Black with #6CF041
Text Example
Text Example
White with #6CF041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF041; }
p { color: rgb(108,240,65); }
H1.HeaderClassName
{
color: #6CF041;
}
.AnyTagClassName
{
color: #6CF041;
}
</style>
background-color css
<style>
a { background-color: #6CF041; }
a { background-color: rgb(108,240,65); }
div.DivClassName
{
background-color: #6CF041;
}
.BgClassName
{
background-color: #6CF041;
}
</style>
border-color css
<style>
span { border-color: #6CF041; }
span { border-color: rgb(108,240,65); }
td.TdClassName
{
border-color: #6CF041;
}
.TagClassName
{
border-color: #6CF041;
}
</style>