Shades of Bright Green #6AF80D
Tints of Bright Green #6AF80D
RGB
CMYK
RGB Variations
Color information
#6AF80D (or 0x6AF80D) is known color: Bright Green. HEX triplet: 6A, F8 and 0D. RGB value is (106,248,13). Sum of RGB (Red+Green+Blue) = 106+248+13=367 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.88% from 367); Green value is 248 (97.27% from 255 or 67.57% from 367); Blue value is 13 (5.47% from 255 or 3.54% from 367); Max value from RGB is 248 - color contains mainly: green. Hex color #6AF80D is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6AF80D is #9507F2. Grayscale: #B3B3B3. Windows color (decimal): -9766899 or 915562. OLE color: 915562.
HSL color Cylindrical-coordinate representation of color #6AF80D: hue angle of 96.26º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6AF80D is Cyan = 0.57, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 106 | 248 | 13 | - |
| CMYK | 0.57 | 0 | 0.95 | 0.03 |
| HSL | 96.26º | 0.94% | 0.51% | - |
| HSV(B) | 96.26º | 0.95% | 0.97% | - |
| XYZ | 39.58 | 70.23 | 11.85 | - |
| YUV | 178.75 | 34.46 | 76.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 248 | 13 | 0.57 | 0 | 0.95 | 0.03 | 96.26 | 0.94 | 0.51 |
| Hex | 6A | F8 | D | 39 | 0 | 5F | 3 | 60 | 5E | 33 |
| Octal | 152 | 370 | 15 | 71 | 0 | 137 | 3 | 140 | 136 | 63 |
| Binary | 1101010 | 11111000 | 1101 | 111001 | 0 | 1011111 | 11 | 1100000 | 1011110 | 110011 |
Color Harmonies of #6AF80D
Complementary color
Monochromatic Colors of #6AF80D
Black with #6AF80D
Text Example
Text Example
White with #6AF80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF80D; }
p { color: rgb(106,248,13); }
H1.HeaderClassName
{
color: #6AF80D;
}
.AnyTagClassName
{
color: #6AF80D;
}
</style>
background-color css
<style>
a { background-color: #6AF80D; }
a { background-color: rgb(106,248,13); }
div.DivClassName
{
background-color: #6AF80D;
}
.BgClassName
{
background-color: #6AF80D;
}
</style>
border-color css
<style>
span { border-color: #6AF80D; }
span { border-color: rgb(106,248,13); }
td.TdClassName
{
border-color: #6AF80D;
}
.TagClassName
{
border-color: #6AF80D;
}
</style>