Shades of Bright Green #6AF30D
Tints of Bright Green #6AF30D
RGB
CMYK
RGB Variations
Color information
#6AF30D (or 0x6AF30D) is known color: Bright Green. HEX triplet: 6A, F3 and 0D. RGB value is (106,243,13). Sum of RGB (Red+Green+Blue) = 106+243+13=362 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.28% from 362); Green value is 243 (95.31% from 255 or 67.13% from 362); Blue value is 13 (5.47% from 255 or 3.59% from 362); Max value from RGB is 243 - color contains mainly: green. Hex color #6AF30D is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6AF30D is #950CF2. Grayscale: #B0B0B0. Windows color (decimal): -9768179 or 914282. OLE color: 914282.
HSL color Cylindrical-coordinate representation of color #6AF30D: hue angle of 95.74º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6AF30D is Cyan = 0.56, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 106 | 243 | 13 | - |
| CMYK | 0.56 | 0 | 0.95 | 0.05 |
| HSL | 95.74º | 0.91% | 0.5% | - |
| HSV(B) | 95.74º | 0.95% | 0.95% | - |
| XYZ | 38.07 | 67.19 | 11.34 | - |
| YUV | 175.82 | 36.11 | 78.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 243 | 13 | 0.56 | 0 | 0.95 | 0.05 | 95.74 | 0.91 | 0.5 |
| Hex | 6A | F3 | D | 38 | 0 | 5F | 5 | 60 | 5B | 32 |
| Octal | 152 | 363 | 15 | 70 | 0 | 137 | 5 | 140 | 133 | 62 |
| Binary | 1101010 | 11110011 | 1101 | 111000 | 0 | 1011111 | 101 | 1100000 | 1011011 | 110010 |
Color Harmonies of #6AF30D
Complementary color
Monochromatic Colors of #6AF30D
Black with #6AF30D
Text Example
Text Example
White with #6AF30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF30D; }
p { color: rgb(106,243,13); }
H1.HeaderClassName
{
color: #6AF30D;
}
.AnyTagClassName
{
color: #6AF30D;
}
</style>
background-color css
<style>
a { background-color: #6AF30D; }
a { background-color: rgb(106,243,13); }
div.DivClassName
{
background-color: #6AF30D;
}
.BgClassName
{
background-color: #6AF30D;
}
</style>
border-color css
<style>
span { border-color: #6AF30D; }
span { border-color: rgb(106,243,13); }
td.TdClassName
{
border-color: #6AF30D;
}
.TagClassName
{
border-color: #6AF30D;
}
</style>