Shades of Screamin' Green #6CF071
Tints of Screamin' Green #6CF071
RGB
CMYK
RGB Variations
Color information
#6CF071 (or 0x6CF071) is known color: Screamin' Green. HEX triplet: 6C, F0 and 71. RGB value is (108,240,113). Sum of RGB (Red+Green+Blue) = 108+240+113=461 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.43% from 461); Green value is 240 (94.14% from 255 or 52.06% from 461); Blue value is 113 (44.53% from 255 or 24.51% from 461); Max value from RGB is 240 - color contains mainly: green. Hex color #6CF071 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6CF071 is #930F8E. Grayscale: #BABABA. Windows color (decimal): -9637775 or 7467116. OLE color: 7467116.
HSL color Cylindrical-coordinate representation of color #6CF071: hue angle of 122.27º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CF071 is Cyan = 0.55, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 108 | 240 | 113 | - |
| CMYK | 0.55 | 0 | 0.53 | 0.06 |
| HSL | 122.27º | 0.81% | 0.68% | - |
| HSV(B) | 122.27º | 0.55% | 0.94% | - |
| XYZ | 40.33 | 66.7 | 26.37 | - |
| YUV | 186.05 | 86.77 | 72.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 240 | 113 | 0.55 | 0 | 0.53 | 0.06 | 122.27 | 0.81 | 0.68 |
| Hex | 6C | F0 | 71 | 37 | 0 | 35 | 6 | 7A | 51 | 44 |
| Octal | 154 | 360 | 161 | 67 | 0 | 65 | 6 | 172 | 121 | 104 |
| Binary | 1101100 | 11110000 | 1110001 | 110111 | 0 | 110101 | 110 | 1111010 | 1010001 | 1000100 |
Color Harmonies of #6CF071
Complementary color
Monochromatic Colors of #6CF071
Black with #6CF071
Text Example
Text Example
White with #6CF071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF071; }
p { color: rgb(108,240,113); }
H1.HeaderClassName
{
color: #6CF071;
}
.AnyTagClassName
{
color: #6CF071;
}
</style>
background-color css
<style>
a { background-color: #6CF071; }
a { background-color: rgb(108,240,113); }
div.DivClassName
{
background-color: #6CF071;
}
.BgClassName
{
background-color: #6CF071;
}
</style>
border-color css
<style>
span { border-color: #6CF071; }
span { border-color: rgb(108,240,113); }
td.TdClassName
{
border-color: #6CF071;
}
.TagClassName
{
border-color: #6CF071;
}
</style>