Shades of Bright Green #6AF80F
Tints of Bright Green #6AF80F
RGB
CMYK
RGB Variations
Color information
#6AF80F (or 0x6AF80F) is known color: Bright Green. HEX triplet: 6A, F8 and 0F. RGB value is (106,248,15). Sum of RGB (Red+Green+Blue) = 106+248+15=369 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.73% from 369); Green value is 248 (97.27% from 255 or 67.21% from 369); Blue value is 15 (6.25% from 255 or 4.07% from 369); Max value from RGB is 248 - color contains mainly: green. Hex color #6AF80F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6AF80F is #9507F0. Grayscale: #B3B3B3. Windows color (decimal): -9766897 or 1046634. OLE color: 1046634.
HSL color Cylindrical-coordinate representation of color #6AF80F: hue angle of 96.57º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6AF80F is Cyan = 0.57, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 106 | 248 | 15 | - |
| CMYK | 0.57 | 0 | 0.94 | 0.03 |
| HSL | 96.57º | 0.94% | 0.52% | - |
| HSV(B) | 96.57º | 0.94% | 0.97% | - |
| XYZ | 39.6 | 70.23 | 11.92 | - |
| YUV | 178.98 | 35.46 | 75.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 248 | 15 | 0.57 | 0 | 0.94 | 0.03 | 96.57 | 0.94 | 0.52 |
| Hex | 6A | F8 | F | 39 | 0 | 5E | 3 | 61 | 5E | 34 |
| Octal | 152 | 370 | 17 | 71 | 0 | 136 | 3 | 141 | 136 | 64 |
| Binary | 1101010 | 11111000 | 1111 | 111001 | 0 | 1011110 | 11 | 1100001 | 1011110 | 110100 |
Color Harmonies of #6AF80F
Complementary color
Monochromatic Colors of #6AF80F
Black with #6AF80F
Text Example
Text Example
White with #6AF80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF80F; }
p { color: rgb(106,248,15); }
H1.HeaderClassName
{
color: #6AF80F;
}
.AnyTagClassName
{
color: #6AF80F;
}
</style>
background-color css
<style>
a { background-color: #6AF80F; }
a { background-color: rgb(106,248,15); }
div.DivClassName
{
background-color: #6AF80F;
}
.BgClassName
{
background-color: #6AF80F;
}
</style>
border-color css
<style>
span { border-color: #6AF80F; }
span { border-color: rgb(106,248,15); }
td.TdClassName
{
border-color: #6AF80F;
}
.TagClassName
{
border-color: #6AF80F;
}
</style>