Shades of Screamin' Green #6CF074
Tints of Screamin' Green #6CF074
RGB
CMYK
RGB Variations
Color information
#6CF074 (or 0x6CF074) is known color: Screamin' Green. HEX triplet: 6C, F0 and 74. RGB value is (108,240,116). Sum of RGB (Red+Green+Blue) = 108+240+116=464 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.28% from 464); Green value is 240 (94.14% from 255 or 51.72% from 464); Blue value is 116 (45.70% from 255 or 25% from 464); Max value from RGB is 240 - color contains mainly: green. Hex color #6CF074 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6CF074 is #930F8B. Grayscale: #BABABA. Windows color (decimal): -9637772 or 7663724. OLE color: 7663724.
HSL color Cylindrical-coordinate representation of color #6CF074: hue angle of 123.64º 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 #6CF074 is Cyan = 0.55, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 108 | 240 | 116 | - |
| CMYK | 0.55 | 0 | 0.52 | 0.06 |
| HSL | 123.64º | 0.81% | 0.68% | - |
| HSV(B) | 123.64º | 0.55% | 0.94% | - |
| XYZ | 40.5 | 66.77 | 27.28 | - |
| YUV | 186.4 | 88.27 | 72.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 240 | 116 | 0.55 | 0 | 0.52 | 0.06 | 123.64 | 0.81 | 0.68 |
| Hex | 6C | F0 | 74 | 37 | 0 | 34 | 6 | 7C | 51 | 44 |
| Octal | 154 | 360 | 164 | 67 | 0 | 64 | 6 | 174 | 121 | 104 |
| Binary | 1101100 | 11110000 | 1110100 | 110111 | 0 | 110100 | 110 | 1111100 | 1010001 | 1000100 |
Color Harmonies of #6CF074
Complementary color
Monochromatic Colors of #6CF074
Black with #6CF074
Text Example
Text Example
White with #6CF074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF074; }
p { color: rgb(108,240,116); }
H1.HeaderClassName
{
color: #6CF074;
}
.AnyTagClassName
{
color: #6CF074;
}
</style>
background-color css
<style>
a { background-color: #6CF074; }
a { background-color: rgb(108,240,116); }
div.DivClassName
{
background-color: #6CF074;
}
.BgClassName
{
background-color: #6CF074;
}
</style>
border-color css
<style>
span { border-color: #6CF074; }
span { border-color: rgb(108,240,116); }
td.TdClassName
{
border-color: #6CF074;
}
.TagClassName
{
border-color: #6CF074;
}
</style>