Shades of Screamin' Green #6BFD70
Tints of Screamin' Green #6BFD70
RGB
CMYK
RGB Variations
Color information
#6BFD70 (or 0x6BFD70) is known color: Screamin' Green. HEX triplet: 6B, FD and 70. RGB value is (107,253,112). Sum of RGB (Red+Green+Blue) = 107+253+112=472 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.67% from 472); Green value is 253 (99.22% from 255 or 53.60% from 472); Blue value is 112 (44.14% from 255 or 23.73% from 472); Max value from RGB is 253 - color contains mainly: green. Hex color #6BFD70 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6BFD70 is #94028F. Grayscale: #C1C1C1. Windows color (decimal): -9699984 or 7404907. OLE color: 7404907.
HSL color Cylindrical-coordinate representation of color #6BFD70: hue angle of 122.05º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BFD70 is Cyan = 0.58, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 253 | 112 | - |
| CMYK | 0.58 | 0 | 0.56 | 0.01 |
| HSL | 122.05º | 0.97% | 0.71% | - |
| HSV(B) | 122.05º | 0.58% | 0.99% | - |
| XYZ | 44.11 | 74.55 | 27.39 | - |
| YUV | 193.27 | 82.13 | 66.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 253 | 112 | 0.58 | 0 | 0.56 | 0.01 | 122.05 | 0.97 | 0.71 |
| Hex | 6B | FD | 70 | 3A | 0 | 38 | 1 | 7A | 61 | 47 |
| Octal | 153 | 375 | 160 | 72 | 0 | 70 | 1 | 172 | 141 | 107 |
| Binary | 1101011 | 11111101 | 1110000 | 111010 | 0 | 111000 | 1 | 1111010 | 1100001 | 1000111 |
Color Harmonies of #6BFD70
Complementary color
Monochromatic Colors of #6BFD70
Black with #6BFD70
Text Example
Text Example
White with #6BFD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFD70; }
p { color: rgb(107,253,112); }
H1.HeaderClassName
{
color: #6BFD70;
}
.AnyTagClassName
{
color: #6BFD70;
}
</style>
background-color css
<style>
a { background-color: #6BFD70; }
a { background-color: rgb(107,253,112); }
div.DivClassName
{
background-color: #6BFD70;
}
.BgClassName
{
background-color: #6BFD70;
}
</style>
border-color css
<style>
span { border-color: #6BFD70; }
span { border-color: rgb(107,253,112); }
td.TdClassName
{
border-color: #6BFD70;
}
.TagClassName
{
border-color: #6BFD70;
}
</style>