Shades of Bright Green #6AFD0B
Tints of Bright Green #6AFD0B
RGB
CMYK
RGB Variations
Color information
#6AFD0B (or 0x6AFD0B) is known color: Bright Green. HEX triplet: 6A, FD and 0B. RGB value is (106,253,11). Sum of RGB (Red+Green+Blue) = 106+253+11=370 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.65% from 370); Green value is 253 (99.22% from 255 or 68.38% from 370); Blue value is 11 (4.69% from 255 or 2.97% from 370); Max value from RGB is 253 - color contains mainly: green. Hex color #6AFD0B is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6AFD0B is #9502F4. Grayscale: #B6B6B6. Windows color (decimal): -9765621 or 785770. OLE color: 785770.
HSL color Cylindrical-coordinate representation of color #6AFD0B: hue angle of 96.45º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6AFD0B is Cyan = 0.58, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 106 | 253 | 11 | - |
| CMYK | 0.58 | 0 | 0.96 | 0.01 |
| HSL | 96.45º | 0.98% | 0.52% | - |
| HSV(B) | 96.45º | 0.96% | 0.99% | - |
| XYZ | 41.13 | 73.34 | 12.3 | - |
| YUV | 181.46 | 31.8 | 74.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 253 | 11 | 0.58 | 0 | 0.96 | 0.01 | 96.45 | 0.98 | 0.52 |
| Hex | 6A | FD | B | 3A | 0 | 60 | 1 | 60 | 62 | 34 |
| Octal | 152 | 375 | 13 | 72 | 0 | 140 | 1 | 140 | 142 | 64 |
| Binary | 1101010 | 11111101 | 1011 | 111010 | 0 | 1100000 | 1 | 1100000 | 1100010 | 110100 |
Color Harmonies of #6AFD0B
Complementary color
Monochromatic Colors of #6AFD0B
Black with #6AFD0B
Text Example
Text Example
White with #6AFD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFD0B; }
p { color: rgb(106,253,11); }
H1.HeaderClassName
{
color: #6AFD0B;
}
.AnyTagClassName
{
color: #6AFD0B;
}
</style>
background-color css
<style>
a { background-color: #6AFD0B; }
a { background-color: rgb(106,253,11); }
div.DivClassName
{
background-color: #6AFD0B;
}
.BgClassName
{
background-color: #6AFD0B;
}
</style>
border-color css
<style>
span { border-color: #6AFD0B; }
span { border-color: rgb(106,253,11); }
td.TdClassName
{
border-color: #6AFD0B;
}
.TagClassName
{
border-color: #6AFD0B;
}
</style>