Shades of Screamin' Green #6CF066
Tints of Screamin' Green #6CF066
RGB
CMYK
RGB Variations
Color information
#6CF066 (or 0x6CF066) is known color: Screamin' Green. HEX triplet: 6C, F0 and 66. RGB value is (108,240,102). Sum of RGB (Red+Green+Blue) = 108+240+102=450 (59% of max value = 765). Red value is 108 (42.58% from 255 or 24% from 450); Green value is 240 (94.14% from 255 or 53.33% from 450); Blue value is 102 (40.23% from 255 or 22.67% from 450); Max value from RGB is 240 - color contains mainly: green. Hex color #6CF066 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6CF066 is #930F99. Grayscale: #B9B9B9. Windows color (decimal): -9637786 or 6746220. OLE color: 6746220.
HSL color Cylindrical-coordinate representation of color #6CF066: hue angle of 117.39º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CF066 is Cyan = 0.55, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 108 | 240 | 102 | - |
| CMYK | 0.55 | 0 | 0.58 | 0.06 |
| HSL | 117.39º | 0.82% | 0.67% | - |
| HSV(B) | 117.39º | 0.58% | 0.94% | - |
| XYZ | 39.74 | 66.47 | 23.31 | - |
| YUV | 184.8 | 81.27 | 73.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 240 | 102 | 0.55 | 0 | 0.58 | 0.06 | 117.39 | 0.82 | 0.67 |
| Hex | 6C | F0 | 66 | 37 | 0 | 3A | 6 | 75 | 52 | 43 |
| Octal | 154 | 360 | 146 | 67 | 0 | 72 | 6 | 165 | 122 | 103 |
| Binary | 1101100 | 11110000 | 1100110 | 110111 | 0 | 111010 | 110 | 1110101 | 1010010 | 1000011 |
Color Harmonies of #6CF066
Complementary color
Monochromatic Colors of #6CF066
Black with #6CF066
Text Example
Text Example
White with #6CF066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF066; }
p { color: rgb(108,240,102); }
H1.HeaderClassName
{
color: #6CF066;
}
.AnyTagClassName
{
color: #6CF066;
}
</style>
background-color css
<style>
a { background-color: #6CF066; }
a { background-color: rgb(108,240,102); }
div.DivClassName
{
background-color: #6CF066;
}
.BgClassName
{
background-color: #6CF066;
}
</style>
border-color css
<style>
span { border-color: #6CF066; }
span { border-color: rgb(108,240,102); }
td.TdClassName
{
border-color: #6CF066;
}
.TagClassName
{
border-color: #6CF066;
}
</style>