Shades of Bright Green #6AFB2C
Tints of Bright Green #6AFB2C
RGB
CMYK
RGB Variations
Color information
#6AFB2C (or 0x6AFB2C) is known color: Bright Green. HEX triplet: 6A, FB and 2C. RGB value is (106,251,44). Sum of RGB (Red+Green+Blue) = 106+251+44=401 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.43% from 401); Green value is 251 (98.44% from 255 or 62.59% from 401); Blue value is 44 (17.58% from 255 or 10.97% from 401); Max value from RGB is 251 - color contains mainly: green. Hex color #6AFB2C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6AFB2C is #9504D3. Grayscale: #B8B8B8. Windows color (decimal): -9766100 or 2947946. OLE color: 2947946.
HSL color Cylindrical-coordinate representation of color #6AFB2C: hue angle of 102.03º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6AFB2C is Cyan = 0.58, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 106 | 251 | 44 | - |
| CMYK | 0.58 | 0 | 0.82 | 0.02 |
| HSL | 102.03º | 0.96% | 0.58% | - |
| HSV(B) | 102.03º | 0.82% | 0.98% | - |
| XYZ | 40.9 | 72.24 | 14.17 | - |
| YUV | 184.05 | 48.96 | 72.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 251 | 44 | 0.58 | 0 | 0.82 | 0.02 | 102.03 | 0.96 | 0.58 |
| Hex | 6A | FB | 2C | 3A | 0 | 52 | 2 | 66 | 60 | 3A |
| Octal | 152 | 373 | 54 | 72 | 0 | 122 | 2 | 146 | 140 | 72 |
| Binary | 1101010 | 11111011 | 101100 | 111010 | 0 | 1010010 | 10 | 1100110 | 1100000 | 111010 |
Color Harmonies of #6AFB2C
Complementary color
Monochromatic Colors of #6AFB2C
Black with #6AFB2C
Text Example
Text Example
White with #6AFB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFB2C; }
p { color: rgb(106,251,44); }
H1.HeaderClassName
{
color: #6AFB2C;
}
.AnyTagClassName
{
color: #6AFB2C;
}
</style>
background-color css
<style>
a { background-color: #6AFB2C; }
a { background-color: rgb(106,251,44); }
div.DivClassName
{
background-color: #6AFB2C;
}
.BgClassName
{
background-color: #6AFB2C;
}
</style>
border-color css
<style>
span { border-color: #6AFB2C; }
span { border-color: rgb(106,251,44); }
td.TdClassName
{
border-color: #6AFB2C;
}
.TagClassName
{
border-color: #6AFB2C;
}
</style>