Shades of Bright Green #6AD70F
Tints of Bright Green #6AD70F
RGB
CMYK
RGB Variations
Color information
#6AD70F (or 0x6AD70F) is known color: Bright Green. HEX triplet: 6A, D7 and 0F. RGB value is (106,215,15). Sum of RGB (Red+Green+Blue) = 106+215+15=336 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.55% from 336); Green value is 215 (84.38% from 255 or 63.99% from 336); Blue value is 15 (6.25% from 255 or 4.46% from 336); Max value from RGB is 215 - color contains mainly: green. Hex color #6AD70F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AD70F is #9528F0. Grayscale: #A0A0A0. Windows color (decimal): -9775345 or 1038186. OLE color: 1038186.
HSL color Cylindrical-coordinate representation of color #6AD70F: hue angle of 92.7º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6AD70F is Cyan = 0.51, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 106 | 215 | 15 | - |
| CMYK | 0.51 | 0 | 0.93 | 0.16 |
| HSL | 92.7º | 0.87% | 0.45% | - |
| HSV(B) | 92.7º | 0.93% | 0.84% | - |
| XYZ | 30.33 | 51.7 | 8.83 | - |
| YUV | 159.61 | 46.39 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 215 | 15 | 0.51 | 0 | 0.93 | 0.16 | 92.7 | 0.87 | 0.45 |
| Hex | 6A | D7 | F | 33 | 0 | 5D | 10 | 5D | 57 | 2D |
| Octal | 152 | 327 | 17 | 63 | 0 | 135 | 20 | 135 | 127 | 55 |
| Binary | 1101010 | 11010111 | 1111 | 110011 | 0 | 1011101 | 10000 | 1011101 | 1010111 | 101101 |
Color Harmonies of #6AD70F
Complementary color
Monochromatic Colors of #6AD70F
Black with #6AD70F
Text Example
Text Example
White with #6AD70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD70F; }
p { color: rgb(106,215,15); }
H1.HeaderClassName
{
color: #6AD70F;
}
.AnyTagClassName
{
color: #6AD70F;
}
</style>
background-color css
<style>
a { background-color: #6AD70F; }
a { background-color: rgb(106,215,15); }
div.DivClassName
{
background-color: #6AD70F;
}
.BgClassName
{
background-color: #6AD70F;
}
</style>
border-color css
<style>
span { border-color: #6AD70F; }
span { border-color: rgb(106,215,15); }
td.TdClassName
{
border-color: #6AD70F;
}
.TagClassName
{
border-color: #6AD70F;
}
</style>