Shades of Bright Green #6AF321
Tints of Bright Green #6AF321
RGB
CMYK
RGB Variations
Color information
#6AF321 (or 0x6AF321) is known color: Bright Green. HEX triplet: 6A, F3 and 21. RGB value is (106,243,33). Sum of RGB (Red+Green+Blue) = 106+243+33=382 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.75% from 382); Green value is 243 (95.31% from 255 or 63.61% from 382); Blue value is 33 (13.28% from 255 or 8.64% from 382); Max value from RGB is 243 - color contains mainly: green. Hex color #6AF321 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6AF321 is #950CDE. Grayscale: #B2B2B2. Windows color (decimal): -9768159 or 2225002. OLE color: 2225002.
HSL color Cylindrical-coordinate representation of color #6AF321: hue angle of 99.14º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6AF321 is Cyan = 0.56, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 106 | 243 | 33 | - |
| CMYK | 0.56 | 0 | 0.86 | 0.05 |
| HSL | 99.14º | 0.9% | 0.54% | - |
| HSV(B) | 99.14º | 0.86% | 0.95% | - |
| XYZ | 38.27 | 67.28 | 12.41 | - |
| YUV | 178.1 | 46.11 | 76.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 243 | 33 | 0.56 | 0 | 0.86 | 0.05 | 99.14 | 0.9 | 0.54 |
| Hex | 6A | F3 | 21 | 38 | 0 | 56 | 5 | 63 | 5A | 36 |
| Octal | 152 | 363 | 41 | 70 | 0 | 126 | 5 | 143 | 132 | 66 |
| Binary | 1101010 | 11110011 | 100001 | 111000 | 0 | 1010110 | 101 | 1100011 | 1011010 | 110110 |
Color Harmonies of #6AF321
Complementary color
Monochromatic Colors of #6AF321
Black with #6AF321
Text Example
Text Example
White with #6AF321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF321; }
p { color: rgb(106,243,33); }
H1.HeaderClassName
{
color: #6AF321;
}
.AnyTagClassName
{
color: #6AF321;
}
</style>
background-color css
<style>
a { background-color: #6AF321; }
a { background-color: rgb(106,243,33); }
div.DivClassName
{
background-color: #6AF321;
}
.BgClassName
{
background-color: #6AF321;
}
</style>
border-color css
<style>
span { border-color: #6AF321; }
span { border-color: rgb(106,243,33); }
td.TdClassName
{
border-color: #6AF321;
}
.TagClassName
{
border-color: #6AF321;
}
</style>