Shades of Bright Green #6AFB28
Tints of Bright Green #6AFB28
RGB
CMYK
RGB Variations
Color information
#6AFB28 (or 0x6AFB28) is known color: Bright Green. HEX triplet: 6A, FB and 28. RGB value is (106,251,40). Sum of RGB (Red+Green+Blue) = 106+251+40=397 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.70% from 397); Green value is 251 (98.44% from 255 or 63.22% from 397); Blue value is 40 (16.02% from 255 or 10.08% from 397); Max value from RGB is 251 - color contains mainly: green. Hex color #6AFB28 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6AFB28 is #9504D7. Grayscale: #B8B8B8. Windows color (decimal): -9766104 or 2685802. OLE color: 2685802.
HSL color Cylindrical-coordinate representation of color #6AFB28: hue angle of 101.23º degrees, saturation: 0.96, 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 #6AFB28 is Cyan = 0.58, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 106 | 251 | 40 | - |
| CMYK | 0.58 | 0 | 0.84 | 0.02 |
| HSL | 101.23º | 0.96% | 0.57% | - |
| HSV(B) | 101.23º | 0.84% | 0.98% | - |
| XYZ | 40.82 | 72.21 | 13.79 | - |
| YUV | 183.59 | 46.96 | 72.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 251 | 40 | 0.58 | 0 | 0.84 | 0.02 | 101.23 | 0.96 | 0.57 |
| Hex | 6A | FB | 28 | 3A | 0 | 54 | 2 | 65 | 60 | 39 |
| Octal | 152 | 373 | 50 | 72 | 0 | 124 | 2 | 145 | 140 | 71 |
| Binary | 1101010 | 11111011 | 101000 | 111010 | 0 | 1010100 | 10 | 1100101 | 1100000 | 111001 |
Color Harmonies of #6AFB28
Complementary color
Monochromatic Colors of #6AFB28
Black with #6AFB28
Text Example
Text Example
White with #6AFB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFB28; }
p { color: rgb(106,251,40); }
H1.HeaderClassName
{
color: #6AFB28;
}
.AnyTagClassName
{
color: #6AFB28;
}
</style>
background-color css
<style>
a { background-color: #6AFB28; }
a { background-color: rgb(106,251,40); }
div.DivClassName
{
background-color: #6AFB28;
}
.BgClassName
{
background-color: #6AFB28;
}
</style>
border-color css
<style>
span { border-color: #6AFB28; }
span { border-color: rgb(106,251,40); }
td.TdClassName
{
border-color: #6AFB28;
}
.TagClassName
{
border-color: #6AFB28;
}
</style>