Shades of Bright Green #6AF305
Tints of Bright Green #6AF305
RGB
CMYK
RGB Variations
Color information
#6AF305 (or 0x6AF305) is known color: Bright Green. HEX triplet: 6A, F3 and 05. RGB value is (106,243,5). Sum of RGB (Red+Green+Blue) = 106+243+5=354 (46% of max value = 765). Red value is 106 (41.80% from 255 or 29.94% from 354); Green value is 243 (95.31% from 255 or 68.64% from 354); Blue value is 5 (2.34% from 255 or 1.41% from 354); Max value from RGB is 243 - color contains mainly: green. Hex color #6AF305 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6AF305 is #950CFA. Grayscale: #AFAFAF. Windows color (decimal): -9768187 or 389994. OLE color: 389994.
HSL color Cylindrical-coordinate representation of color #6AF305: hue angle of 94.54º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6AF305 is Cyan = 0.56, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 106 | 243 | 5 | - |
| CMYK | 0.56 | 0 | 0.98 | 0.05 |
| HSL | 94.54º | 0.96% | 0.49% | - |
| HSV(B) | 94.54º | 0.98% | 0.95% | - |
| XYZ | 38.02 | 67.18 | 11.11 | - |
| YUV | 174.91 | 32.11 | 78.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 243 | 5 | 0.56 | 0 | 0.98 | 0.05 | 94.54 | 0.96 | 0.49 |
| Hex | 6A | F3 | 5 | 38 | 0 | 62 | 5 | 5F | 60 | 31 |
| Octal | 152 | 363 | 5 | 70 | 0 | 142 | 5 | 137 | 140 | 61 |
| Binary | 1101010 | 11110011 | 101 | 111000 | 0 | 1100010 | 101 | 1011111 | 1100000 | 110001 |
Color Harmonies of #6AF305
Complementary color
Monochromatic Colors of #6AF305
Black with #6AF305
Text Example
Text Example
White with #6AF305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF305; }
p { color: rgb(106,243,5); }
H1.HeaderClassName
{
color: #6AF305;
}
.AnyTagClassName
{
color: #6AF305;
}
</style>
background-color css
<style>
a { background-color: #6AF305; }
a { background-color: rgb(106,243,5); }
div.DivClassName
{
background-color: #6AF305;
}
.BgClassName
{
background-color: #6AF305;
}
</style>
border-color css
<style>
span { border-color: #6AF305; }
span { border-color: rgb(106,243,5); }
td.TdClassName
{
border-color: #6AF305;
}
.TagClassName
{
border-color: #6AF305;
}
</style>