Shades of Bright Green #6AFC1D
Tints of Bright Green #6AFC1D
RGB
CMYK
RGB Variations
Color information
#6AFC1D (or 0x6AFC1D) is known color: Bright Green. HEX triplet: 6A, FC and 1D. RGB value is (106,252,29). Sum of RGB (Red+Green+Blue) = 106+252+29=387 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.39% from 387); Green value is 252 (98.83% from 255 or 65.12% from 387); Blue value is 29 (11.72% from 255 or 7.49% from 387); Max value from RGB is 252 - color contains mainly: green. Hex color #6AFC1D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6AFC1D is #9503E2. Grayscale: #B7B7B7. Windows color (decimal): -9765859 or 1965162. OLE color: 1965162.
HSL color Cylindrical-coordinate representation of color #6AFC1D: hue angle of 99.28º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6AFC1D is Cyan = 0.58, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 106 | 252 | 29 | - |
| CMYK | 0.58 | 0 | 0.88 | 0.01 |
| HSL | 99.28º | 0.97% | 0.55% | - |
| HSV(B) | 99.28º | 0.88% | 0.99% | - |
| XYZ | 40.98 | 72.77 | 13.05 | - |
| YUV | 182.92 | 41.13 | 73.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 252 | 29 | 0.58 | 0 | 0.88 | 0.01 | 99.28 | 0.97 | 0.55 |
| Hex | 6A | FC | 1D | 3A | 0 | 58 | 1 | 63 | 61 | 37 |
| Octal | 152 | 374 | 35 | 72 | 0 | 130 | 1 | 143 | 141 | 67 |
| Binary | 1101010 | 11111100 | 11101 | 111010 | 0 | 1011000 | 1 | 1100011 | 1100001 | 110111 |
Color Harmonies of #6AFC1D
Complementary color
Monochromatic Colors of #6AFC1D
Black with #6AFC1D
Text Example
Text Example
White with #6AFC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFC1D; }
p { color: rgb(106,252,29); }
H1.HeaderClassName
{
color: #6AFC1D;
}
.AnyTagClassName
{
color: #6AFC1D;
}
</style>
background-color css
<style>
a { background-color: #6AFC1D; }
a { background-color: rgb(106,252,29); }
div.DivClassName
{
background-color: #6AFC1D;
}
.BgClassName
{
background-color: #6AFC1D;
}
</style>
border-color css
<style>
span { border-color: #6AFC1D; }
span { border-color: rgb(106,252,29); }
td.TdClassName
{
border-color: #6AFC1D;
}
.TagClassName
{
border-color: #6AFC1D;
}
</style>