Shades of Screamin' Green #6CF270
Tints of Screamin' Green #6CF270
RGB
CMYK
RGB Variations
Color information
#6CF270 (or 0x6CF270) is known color: Screamin' Green. HEX triplet: 6C, F2 and 70. RGB value is (108,242,112). Sum of RGB (Red+Green+Blue) = 108+242+112=462 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.38% from 462); Green value is 242 (94.92% from 255 or 52.38% from 462); Blue value is 112 (44.14% from 255 or 24.24% from 462); Max value from RGB is 242 - color contains mainly: green. Hex color #6CF270 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6CF270 is #930D8F. Grayscale: #BBBBBB. Windows color (decimal): -9637264 or 7402092. OLE color: 7402092.
HSL color Cylindrical-coordinate representation of color #6CF270: hue angle of 121.79º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CF270 is Cyan = 0.55, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 108 | 242 | 112 | - |
| CMYK | 0.55 | 0 | 0.54 | 0.05 |
| HSL | 121.79º | 0.84% | 0.69% | - |
| HSV(B) | 121.79º | 0.55% | 0.95% | - |
| XYZ | 40.86 | 67.86 | 26.27 | - |
| YUV | 187.11 | 85.61 | 71.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 242 | 112 | 0.55 | 0 | 0.54 | 0.05 | 121.79 | 0.84 | 0.69 |
| Hex | 6C | F2 | 70 | 37 | 0 | 36 | 5 | 7A | 54 | 45 |
| Octal | 154 | 362 | 160 | 67 | 0 | 66 | 5 | 172 | 124 | 105 |
| Binary | 1101100 | 11110010 | 1110000 | 110111 | 0 | 110110 | 101 | 1111010 | 1010100 | 1000101 |
Color Harmonies of #6CF270
Complementary color
Monochromatic Colors of #6CF270
Black with #6CF270
Text Example
Text Example
White with #6CF270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF270; }
p { color: rgb(108,242,112); }
H1.HeaderClassName
{
color: #6CF270;
}
.AnyTagClassName
{
color: #6CF270;
}
</style>
background-color css
<style>
a { background-color: #6CF270; }
a { background-color: rgb(108,242,112); }
div.DivClassName
{
background-color: #6CF270;
}
.BgClassName
{
background-color: #6CF270;
}
</style>
border-color css
<style>
span { border-color: #6CF270; }
span { border-color: rgb(108,242,112); }
td.TdClassName
{
border-color: #6CF270;
}
.TagClassName
{
border-color: #6CF270;
}
</style>