Shades of Bright Green #6AFB2A
Tints of Bright Green #6AFB2A
RGB
CMYK
RGB Variations
Color information
#6AFB2A (or 0x6AFB2A) is known color: Bright Green. HEX triplet: 6A, FB and 2A. RGB value is (106,251,42). Sum of RGB (Red+Green+Blue) = 106+251+42=399 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.57% from 399); Green value is 251 (98.44% from 255 or 62.91% from 399); Blue value is 42 (16.80% from 255 or 10.53% from 399); Max value from RGB is 251 - color contains mainly: green. Hex color #6AFB2A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6AFB2A is #9504D5. Grayscale: #B8B8B8. Windows color (decimal): -9766102 or 2816874. OLE color: 2816874.
HSL color Cylindrical-coordinate representation of color #6AFB2A: hue angle of 101.63º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6AFB2A is Cyan = 0.58, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 106 | 251 | 42 | - |
| CMYK | 0.58 | 0 | 0.83 | 0.02 |
| HSL | 101.63º | 0.96% | 0.57% | - |
| HSV(B) | 101.63º | 0.83% | 0.98% | - |
| XYZ | 40.86 | 72.23 | 13.98 | - |
| YUV | 183.82 | 47.96 | 72.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 251 | 42 | 0.58 | 0 | 0.83 | 0.02 | 101.63 | 0.96 | 0.57 |
| Hex | 6A | FB | 2A | 3A | 0 | 53 | 2 | 66 | 60 | 39 |
| Octal | 152 | 373 | 52 | 72 | 0 | 123 | 2 | 146 | 140 | 71 |
| Binary | 1101010 | 11111011 | 101010 | 111010 | 0 | 1010011 | 10 | 1100110 | 1100000 | 111001 |
Color Harmonies of #6AFB2A
Complementary color
Monochromatic Colors of #6AFB2A
Black with #6AFB2A
Text Example
Text Example
White with #6AFB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFB2A; }
p { color: rgb(106,251,42); }
H1.HeaderClassName
{
color: #6AFB2A;
}
.AnyTagClassName
{
color: #6AFB2A;
}
</style>
background-color css
<style>
a { background-color: #6AFB2A; }
a { background-color: rgb(106,251,42); }
div.DivClassName
{
background-color: #6AFB2A;
}
.BgClassName
{
background-color: #6AFB2A;
}
</style>
border-color css
<style>
span { border-color: #6AFB2A; }
span { border-color: rgb(106,251,42); }
td.TdClassName
{
border-color: #6AFB2A;
}
.TagClassName
{
border-color: #6AFB2A;
}
</style>