Shades of Bright Green #6AF10B
Tints of Bright Green #6AF10B
RGB
CMYK
RGB Variations
Color information
#6AF10B (or 0x6AF10B) is known color: Bright Green. HEX triplet: 6A, F1 and 0B. RGB value is (106,241,11). Sum of RGB (Red+Green+Blue) = 106+241+11=358 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.61% from 358); Green value is 241 (94.53% from 255 or 67.32% from 358); Blue value is 11 (4.69% from 255 or 3.07% from 358); Max value from RGB is 241 - color contains mainly: green. Hex color #6AF10B is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6AF10B is #950EF4. Grayscale: #AFAFAF. Windows color (decimal): -9768693 or 782698. OLE color: 782698.
HSL color Cylindrical-coordinate representation of color #6AF10B: hue angle of 95.22º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6AF10B is Cyan = 0.56, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 106 | 241 | 11 | - |
| CMYK | 0.56 | 0 | 0.95 | 0.05 |
| HSL | 95.22º | 0.91% | 0.49% | - |
| HSV(B) | 95.22º | 0.95% | 0.95% | - |
| XYZ | 37.46 | 66 | 11.08 | - |
| YUV | 174.42 | 35.77 | 79.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 241 | 11 | 0.56 | 0 | 0.95 | 0.05 | 95.22 | 0.91 | 0.49 |
| Hex | 6A | F1 | B | 38 | 0 | 5F | 5 | 5F | 5B | 31 |
| Octal | 152 | 361 | 13 | 70 | 0 | 137 | 5 | 137 | 133 | 61 |
| Binary | 1101010 | 11110001 | 1011 | 111000 | 0 | 1011111 | 101 | 1011111 | 1011011 | 110001 |
Color Harmonies of #6AF10B
Complementary color
Monochromatic Colors of #6AF10B
Black with #6AF10B
Text Example
Text Example
White with #6AF10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF10B; }
p { color: rgb(106,241,11); }
H1.HeaderClassName
{
color: #6AF10B;
}
.AnyTagClassName
{
color: #6AF10B;
}
</style>
background-color css
<style>
a { background-color: #6AF10B; }
a { background-color: rgb(106,241,11); }
div.DivClassName
{
background-color: #6AF10B;
}
.BgClassName
{
background-color: #6AF10B;
}
</style>
border-color css
<style>
span { border-color: #6AF10B; }
span { border-color: rgb(106,241,11); }
td.TdClassName
{
border-color: #6AF10B;
}
.TagClassName
{
border-color: #6AF10B;
}
</style>