Shades of Bright Green #6AFB0D
Tints of Bright Green #6AFB0D
RGB
CMYK
RGB Variations
Color information
#6AFB0D (or 0x6AFB0D) is known color: Bright Green. HEX triplet: 6A, FB and 0D. RGB value is (106,251,13). Sum of RGB (Red+Green+Blue) = 106+251+13=370 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.65% from 370); Green value is 251 (98.44% from 255 or 67.84% from 370); Blue value is 13 (5.47% from 255 or 3.51% from 370); Max value from RGB is 251 - color contains mainly: green. Hex color #6AFB0D is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6AFB0D is #9504F2. Grayscale: #B5B5B5. Windows color (decimal): -9766131 or 916330. OLE color: 916330.
HSL color Cylindrical-coordinate representation of color #6AFB0D: hue angle of 96.55º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6AFB0D is Cyan = 0.58, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 106 | 251 | 13 | - |
| CMYK | 0.58 | 0 | 0.95 | 0.02 |
| HSL | 96.55º | 0.97% | 0.52% | - |
| HSV(B) | 96.55º | 0.95% | 0.98% | - |
| XYZ | 40.51 | 72.09 | 12.16 | - |
| YUV | 180.51 | 33.46 | 74.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 251 | 13 | 0.58 | 0 | 0.95 | 0.02 | 96.55 | 0.97 | 0.52 |
| Hex | 6A | FB | D | 3A | 0 | 5F | 2 | 61 | 61 | 34 |
| Octal | 152 | 373 | 15 | 72 | 0 | 137 | 2 | 141 | 141 | 64 |
| Binary | 1101010 | 11111011 | 1101 | 111010 | 0 | 1011111 | 10 | 1100001 | 1100001 | 110100 |
Color Harmonies of #6AFB0D
Complementary color
Monochromatic Colors of #6AFB0D
Black with #6AFB0D
Text Example
Text Example
White with #6AFB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFB0D; }
p { color: rgb(106,251,13); }
H1.HeaderClassName
{
color: #6AFB0D;
}
.AnyTagClassName
{
color: #6AFB0D;
}
</style>
background-color css
<style>
a { background-color: #6AFB0D; }
a { background-color: rgb(106,251,13); }
div.DivClassName
{
background-color: #6AFB0D;
}
.BgClassName
{
background-color: #6AFB0D;
}
</style>
border-color css
<style>
span { border-color: #6AFB0D; }
span { border-color: rgb(106,251,13); }
td.TdClassName
{
border-color: #6AFB0D;
}
.TagClassName
{
border-color: #6AFB0D;
}
</style>