Shades of Bright Green #6BFD02
Tints of Bright Green #6BFD02
RGB
CMYK
RGB Variations
Color information
#6BFD02 (or 0x6BFD02) is known color: Bright Green. HEX triplet: 6B, FD and 02. RGB value is (107,253,2). Sum of RGB (Red+Green+Blue) = 107+253+2=362 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.56% from 362); Green value is 253 (99.22% from 255 or 69.89% from 362); Blue value is 2 (1.17% from 255 or 0.55% from 362); Max value from RGB is 253 - color contains mainly: green. Hex color #6BFD02 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6BFD02 is #9402FD. Grayscale: #B5B5B5. Windows color (decimal): -9700094 or 195947. OLE color: 195947.
HSL color Cylindrical-coordinate representation of color #6BFD02: hue angle of 94.9º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6BFD02 is Cyan = 0.58, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 253 | 2 | - |
| CMYK | 0.58 | 0 | 0.99 | 0.01 |
| HSL | 94.9º | 0.98% | 0.5% | - |
| HSV(B) | 94.9º | 0.99% | 0.99% | - |
| XYZ | 41.2 | 73.38 | 12.05 | - |
| YUV | 180.73 | 27.13 | 75.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 253 | 2 | 0.58 | 0 | 0.99 | 0.01 | 94.9 | 0.98 | 0.5 |
| Hex | 6B | FD | 2 | 3A | 0 | 63 | 1 | 5F | 62 | 32 |
| Octal | 153 | 375 | 2 | 72 | 0 | 143 | 1 | 137 | 142 | 62 |
| Binary | 1101011 | 11111101 | 10 | 111010 | 0 | 1100011 | 1 | 1011111 | 1100010 | 110010 |
Color Harmonies of #6BFD02
Complementary color
Monochromatic Colors of #6BFD02
Black with #6BFD02
Text Example
Text Example
White with #6BFD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFD02; }
p { color: rgb(107,253,2); }
H1.HeaderClassName
{
color: #6BFD02;
}
.AnyTagClassName
{
color: #6BFD02;
}
</style>
background-color css
<style>
a { background-color: #6BFD02; }
a { background-color: rgb(107,253,2); }
div.DivClassName
{
background-color: #6BFD02;
}
.BgClassName
{
background-color: #6BFD02;
}
</style>
border-color css
<style>
span { border-color: #6BFD02; }
span { border-color: rgb(107,253,2); }
td.TdClassName
{
border-color: #6BFD02;
}
.TagClassName
{
border-color: #6BFD02;
}
</style>