Shades of Screamin' Green #6AFC7B
Tints of Screamin' Green #6AFC7B
RGB
CMYK
RGB Variations
Color information
#6AFC7B (or 0x6AFC7B) is known color: Screamin' Green. HEX triplet: 6A, FC and 7B. RGB value is (106,252,123). Sum of RGB (Red+Green+Blue) = 106+252+123=481 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.04% from 481); Green value is 252 (98.83% from 255 or 52.39% from 481); Blue value is 123 (48.44% from 255 or 25.57% from 481); Max value from RGB is 252 - color contains mainly: green. Hex color #6AFC7B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6AFC7B is #950384. Grayscale: #C2C2C2. Windows color (decimal): -9765765 or 8125546. OLE color: 8125546.
HSL color Cylindrical-coordinate representation of color #6AFC7B: hue angle of 126.99º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFC7B is Cyan = 0.58, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 106 | 252 | 123 | - |
| CMYK | 0.58 | 0 | 0.51 | 0.01 |
| HSL | 126.99º | 0.96% | 0.7% | - |
| HSV(B) | 126.99º | 0.58% | 0.99% | - |
| XYZ | 44.33 | 74.12 | 30.71 | - |
| YUV | 193.64 | 88.13 | 65.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 252 | 123 | 0.58 | 0 | 0.51 | 0.01 | 126.99 | 0.96 | 0.7 |
| Hex | 6A | FC | 7B | 3A | 0 | 33 | 1 | 7F | 60 | 46 |
| Octal | 152 | 374 | 173 | 72 | 0 | 63 | 1 | 177 | 140 | 106 |
| Binary | 1101010 | 11111100 | 1111011 | 111010 | 0 | 110011 | 1 | 1111111 | 1100000 | 1000110 |
Color Harmonies of #6AFC7B
Complementary color
Monochromatic Colors of #6AFC7B
Black with #6AFC7B
Text Example
Text Example
White with #6AFC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFC7B; }
p { color: rgb(106,252,123); }
H1.HeaderClassName
{
color: #6AFC7B;
}
.AnyTagClassName
{
color: #6AFC7B;
}
</style>
background-color css
<style>
a { background-color: #6AFC7B; }
a { background-color: rgb(106,252,123); }
div.DivClassName
{
background-color: #6AFC7B;
}
.BgClassName
{
background-color: #6AFC7B;
}
</style>
border-color css
<style>
span { border-color: #6AFC7B; }
span { border-color: rgb(106,252,123); }
td.TdClassName
{
border-color: #6AFC7B;
}
.TagClassName
{
border-color: #6AFC7B;
}
</style>