Shades of Bright Green #6AFD2A
Tints of Bright Green #6AFD2A
RGB
CMYK
RGB Variations
Color information
#6AFD2A (or 0x6AFD2A) is known color: Bright Green. HEX triplet: 6A, FD and 2A. RGB value is (106,253,42). Sum of RGB (Red+Green+Blue) = 106+253+42=401 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.43% from 401); Green value is 253 (99.22% from 255 or 63.09% from 401); Blue value is 42 (16.80% from 255 or 10.47% from 401); Max value from RGB is 253 - color contains mainly: green. Hex color #6AFD2A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6AFD2A is #9502D5. Grayscale: #B9B9B9. Windows color (decimal): -9765590 or 2817386. OLE color: 2817386.
HSL color Cylindrical-coordinate representation of color #6AFD2A: hue angle of 101.8º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6AFD2A is Cyan = 0.58, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 106 | 253 | 42 | - |
| CMYK | 0.58 | 0 | 0.83 | 0.01 |
| HSL | 101.8º | 0.98% | 0.58% | - |
| HSV(B) | 101.8º | 0.83% | 0.99% | - |
| XYZ | 41.49 | 73.48 | 14.19 | - |
| YUV | 184.99 | 47.3 | 71.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 253 | 42 | 0.58 | 0 | 0.83 | 0.01 | 101.8 | 0.98 | 0.58 |
| Hex | 6A | FD | 2A | 3A | 0 | 53 | 1 | 66 | 62 | 3A |
| Octal | 152 | 375 | 52 | 72 | 0 | 123 | 1 | 146 | 142 | 72 |
| Binary | 1101010 | 11111101 | 101010 | 111010 | 0 | 1010011 | 1 | 1100110 | 1100010 | 111010 |
Color Harmonies of #6AFD2A
Complementary color
Monochromatic Colors of #6AFD2A
Black with #6AFD2A
Text Example
Text Example
White with #6AFD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFD2A; }
p { color: rgb(106,253,42); }
H1.HeaderClassName
{
color: #6AFD2A;
}
.AnyTagClassName
{
color: #6AFD2A;
}
</style>
background-color css
<style>
a { background-color: #6AFD2A; }
a { background-color: rgb(106,253,42); }
div.DivClassName
{
background-color: #6AFD2A;
}
.BgClassName
{
background-color: #6AFD2A;
}
</style>
border-color css
<style>
span { border-color: #6AFD2A; }
span { border-color: rgb(106,253,42); }
td.TdClassName
{
border-color: #6AFD2A;
}
.TagClassName
{
border-color: #6AFD2A;
}
</style>