Shades of Screamin' Green #6FFC70
Tints of Screamin' Green #6FFC70
RGB
CMYK
RGB Variations
Color information
#6FFC70 (or 0x6FFC70) is known color: Screamin' Green. HEX triplet: 6F, FC and 70. RGB value is (111,252,112). Sum of RGB (Red+Green+Blue) = 111+252+112=475 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.37% from 475); Green value is 252 (98.83% from 255 or 53.05% from 475); Blue value is 112 (44.14% from 255 or 23.58% from 475); Max value from RGB is 252 - color contains mainly: green. Hex color #6FFC70 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6FFC70 is #90038F. Grayscale: #C2C2C2. Windows color (decimal): -9438096 or 7404655. OLE color: 7404655.
HSL color Cylindrical-coordinate representation of color #6FFC70: hue angle of 120.43º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FFC70 is Cyan = 0.56, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 252 | 112 | - |
| CMYK | 0.56 | 0 | 0.56 | 0.01 |
| HSL | 120.43º | 0.96% | 0.71% | - |
| HSV(B) | 120.43º | 0.56% | 0.99% | - |
| XYZ | 44.29 | 74.17 | 27.31 | - |
| YUV | 193.88 | 81.79 | 68.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 252 | 112 | 0.56 | 0 | 0.56 | 0.01 | 120.43 | 0.96 | 0.71 |
| Hex | 6F | FC | 70 | 38 | 0 | 38 | 1 | 78 | 60 | 47 |
| Octal | 157 | 374 | 160 | 70 | 0 | 70 | 1 | 170 | 140 | 107 |
| Binary | 1101111 | 11111100 | 1110000 | 111000 | 0 | 111000 | 1 | 1111000 | 1100000 | 1000111 |
Color Harmonies of #6FFC70
Complementary color
Monochromatic Colors of #6FFC70
Black with #6FFC70
Text Example
Text Example
White with #6FFC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFC70; }
p { color: rgb(111,252,112); }
H1.HeaderClassName
{
color: #6FFC70;
}
.AnyTagClassName
{
color: #6FFC70;
}
</style>
background-color css
<style>
a { background-color: #6FFC70; }
a { background-color: rgb(111,252,112); }
div.DivClassName
{
background-color: #6FFC70;
}
.BgClassName
{
background-color: #6FFC70;
}
</style>
border-color css
<style>
span { border-color: #6FFC70; }
span { border-color: rgb(111,252,112); }
td.TdClassName
{
border-color: #6FFC70;
}
.TagClassName
{
border-color: #6FFC70;
}
</style>