Shades of Bright Green #6AFA28
Tints of Bright Green #6AFA28
RGB
CMYK
RGB Variations
Color information
#6AFA28 (or 0x6AFA28) is known color: Bright Green. HEX triplet: 6A, FA and 28. RGB value is (106,250,40). Sum of RGB (Red+Green+Blue) = 106+250+40=396 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.77% from 396); Green value is 250 (98.05% from 255 or 63.13% from 396); Blue value is 40 (16.02% from 255 or 10.10% from 396); Max value from RGB is 250 - color contains mainly: green. Hex color #6AFA28 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6AFA28 is #9505D7. Grayscale: #B7B7B7. Windows color (decimal): -9766360 or 2685546. OLE color: 2685546.
HSL color Cylindrical-coordinate representation of color #6AFA28: hue angle of 101.14º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6AFA28 is Cyan = 0.58, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 106 | 250 | 40 | - |
| CMYK | 0.58 | 0 | 0.84 | 0.02 |
| HSL | 101.14º | 0.95% | 0.57% | - |
| HSV(B) | 101.14º | 0.84% | 0.98% | - |
| XYZ | 40.51 | 71.59 | 13.69 | - |
| YUV | 183 | 47.29 | 73.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 250 | 40 | 0.58 | 0 | 0.84 | 0.02 | 101.14 | 0.95 | 0.57 |
| Hex | 6A | FA | 28 | 3A | 0 | 54 | 2 | 65 | 5F | 39 |
| Octal | 152 | 372 | 50 | 72 | 0 | 124 | 2 | 145 | 137 | 71 |
| Binary | 1101010 | 11111010 | 101000 | 111010 | 0 | 1010100 | 10 | 1100101 | 1011111 | 111001 |
Color Harmonies of #6AFA28
Complementary color
Monochromatic Colors of #6AFA28
Black with #6AFA28
Text Example
Text Example
White with #6AFA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFA28; }
p { color: rgb(106,250,40); }
H1.HeaderClassName
{
color: #6AFA28;
}
.AnyTagClassName
{
color: #6AFA28;
}
</style>
background-color css
<style>
a { background-color: #6AFA28; }
a { background-color: rgb(106,250,40); }
div.DivClassName
{
background-color: #6AFA28;
}
.BgClassName
{
background-color: #6AFA28;
}
</style>
border-color css
<style>
span { border-color: #6AFA28; }
span { border-color: rgb(106,250,40); }
td.TdClassName
{
border-color: #6AFA28;
}
.TagClassName
{
border-color: #6AFA28;
}
</style>