Shades of Screamin' Green #6CF072
Tints of Screamin' Green #6CF072
RGB
CMYK
RGB Variations
Color information
#6CF072 (or 0x6CF072) is known color: Screamin' Green. HEX triplet: 6C, F0 and 72. RGB value is (108,240,114). Sum of RGB (Red+Green+Blue) = 108+240+114=462 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.38% from 462); Green value is 240 (94.14% from 255 or 51.95% from 462); Blue value is 114 (44.92% from 255 or 24.68% from 462); Max value from RGB is 240 - color contains mainly: green. Hex color #6CF072 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6CF072 is #930F8D. Grayscale: #BABABA. Windows color (decimal): -9637774 or 7532652. OLE color: 7532652.
HSL color Cylindrical-coordinate representation of color #6CF072: hue angle of 122.73º 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 #6CF072 is Cyan = 0.55, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 108 | 240 | 114 | - |
| CMYK | 0.55 | 0 | 0.52 | 0.06 |
| HSL | 122.73º | 0.81% | 0.68% | - |
| HSV(B) | 122.73º | 0.55% | 0.94% | - |
| XYZ | 40.38 | 66.72 | 26.67 | - |
| YUV | 186.17 | 87.27 | 72.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 240 | 114 | 0.55 | 0 | 0.52 | 0.06 | 122.73 | 0.81 | 0.68 |
| Hex | 6C | F0 | 72 | 37 | 0 | 34 | 6 | 7B | 51 | 44 |
| Octal | 154 | 360 | 162 | 67 | 0 | 64 | 6 | 173 | 121 | 104 |
| Binary | 1101100 | 11110000 | 1110010 | 110111 | 0 | 110100 | 110 | 1111011 | 1010001 | 1000100 |
Color Harmonies of #6CF072
Complementary color
Monochromatic Colors of #6CF072
Black with #6CF072
Text Example
Text Example
White with #6CF072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF072; }
p { color: rgb(108,240,114); }
H1.HeaderClassName
{
color: #6CF072;
}
.AnyTagClassName
{
color: #6CF072;
}
</style>
background-color css
<style>
a { background-color: #6CF072; }
a { background-color: rgb(108,240,114); }
div.DivClassName
{
background-color: #6CF072;
}
.BgClassName
{
background-color: #6CF072;
}
</style>
border-color css
<style>
span { border-color: #6CF072; }
span { border-color: rgb(108,240,114); }
td.TdClassName
{
border-color: #6CF072;
}
.TagClassName
{
border-color: #6CF072;
}
</style>