Shades of Bright Green #6AFA33
Tints of Bright Green #6AFA33
RGB
CMYK
RGB Variations
Color information
#6AFA33 (or 0x6AFA33) is known color: Bright Green. HEX triplet: 6A, FA and 33. RGB value is (106,250,51). Sum of RGB (Red+Green+Blue) = 106+250+51=407 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.04% from 407); Green value is 250 (98.05% from 255 or 61.43% from 407); Blue value is 51 (20.31% from 255 or 12.53% from 407); Max value from RGB is 250 - color contains mainly: green. Hex color #6AFA33 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6AFA33 is #9505CC. Grayscale: #B8B8B8. Windows color (decimal): -9766349 or 3406442. OLE color: 3406442.
HSL color Cylindrical-coordinate representation of color #6AFA33: hue angle of 103.42º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6AFA33 is Cyan = 0.58, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 106 | 250 | 51 | - |
| CMYK | 0.58 | 0 | 0.80 | 0.02 |
| HSL | 103.42º | 0.95% | 0.59% | - |
| HSV(B) | 103.42º | 0.8% | 0.98% | - |
| XYZ | 40.73 | 71.67 | 14.82 | - |
| YUV | 184.26 | 52.79 | 72.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 250 | 51 | 0.58 | 0 | 0.80 | 0.02 | 103.42 | 0.95 | 0.59 |
| Hex | 6A | FA | 33 | 3A | 0 | 50 | 2 | 67 | 5F | 3B |
| Octal | 152 | 372 | 63 | 72 | 0 | 120 | 2 | 147 | 137 | 73 |
| Binary | 1101010 | 11111010 | 110011 | 111010 | 0 | 1010000 | 10 | 1100111 | 1011111 | 111011 |
Color Harmonies of #6AFA33
Complementary color
Monochromatic Colors of #6AFA33
Black with #6AFA33
Text Example
Text Example
White with #6AFA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFA33; }
p { color: rgb(106,250,51); }
H1.HeaderClassName
{
color: #6AFA33;
}
.AnyTagClassName
{
color: #6AFA33;
}
</style>
background-color css
<style>
a { background-color: #6AFA33; }
a { background-color: rgb(106,250,51); }
div.DivClassName
{
background-color: #6AFA33;
}
.BgClassName
{
background-color: #6AFA33;
}
</style>
border-color css
<style>
span { border-color: #6AFA33; }
span { border-color: rgb(106,250,51); }
td.TdClassName
{
border-color: #6AFA33;
}
.TagClassName
{
border-color: #6AFA33;
}
</style>