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