Shades of Bright Green #6BFD2A
Tints of Bright Green #6BFD2A
RGB
CMYK
RGB Variations
Color information
#6BFD2A (or 0x6BFD2A) is known color: Bright Green. HEX triplet: 6B, FD and 2A. RGB value is (107,253,42). Sum of RGB (Red+Green+Blue) = 107+253+42=402 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.62% from 402); Green value is 253 (99.22% from 255 or 62.94% from 402); Blue value is 42 (16.80% from 255 or 10.45% from 402); Max value from RGB is 253 - color contains mainly: green. Hex color #6BFD2A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6BFD2A is #9402D5. Grayscale: #B9B9B9. Windows color (decimal): -9700054 or 2817387. OLE color: 2817387.
HSL color Cylindrical-coordinate representation of color #6BFD2A: hue angle of 101.52º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6BFD2A is Cyan = 0.58, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 253 | 42 | - |
| CMYK | 0.58 | 0 | 0.83 | 0.01 |
| HSL | 101.52º | 0.98% | 0.58% | - |
| HSV(B) | 101.52º | 0.83% | 0.99% | - |
| XYZ | 41.61 | 73.54 | 14.19 | - |
| YUV | 185.29 | 47.13 | 72.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 253 | 42 | 0.58 | 0 | 0.83 | 0.01 | 101.52 | 0.98 | 0.58 |
| Hex | 6B | FD | 2A | 3A | 0 | 53 | 1 | 66 | 62 | 3A |
| Octal | 153 | 375 | 52 | 72 | 0 | 123 | 1 | 146 | 142 | 72 |
| Binary | 1101011 | 11111101 | 101010 | 111010 | 0 | 1010011 | 1 | 1100110 | 1100010 | 111010 |
Color Harmonies of #6BFD2A
Complementary color
Monochromatic Colors of #6BFD2A
Black with #6BFD2A
Text Example
Text Example
White with #6BFD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFD2A; }
p { color: rgb(107,253,42); }
H1.HeaderClassName
{
color: #6BFD2A;
}
.AnyTagClassName
{
color: #6BFD2A;
}
</style>
background-color css
<style>
a { background-color: #6BFD2A; }
a { background-color: rgb(107,253,42); }
div.DivClassName
{
background-color: #6BFD2A;
}
.BgClassName
{
background-color: #6BFD2A;
}
</style>
border-color css
<style>
span { border-color: #6BFD2A; }
span { border-color: rgb(107,253,42); }
td.TdClassName
{
border-color: #6BFD2A;
}
.TagClassName
{
border-color: #6BFD2A;
}
</style>