Shades of Bright Green #6BF534
Tints of Bright Green #6BF534
RGB
CMYK
RGB Variations
Color information
#6BF534 (or 0x6BF534) is known color: Bright Green. HEX triplet: 6B, F5 and 34. RGB value is (107,245,52). Sum of RGB (Red+Green+Blue) = 107+245+52=404 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.49% from 404); Green value is 245 (96.09% from 255 or 60.64% from 404); Blue value is 52 (20.70% from 255 or 12.87% from 404); Max value from RGB is 245 - color contains mainly: green. Hex color #6BF534 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6BF534 is #940ACB. Grayscale: #B6B6B6. Windows color (decimal): -9702092 or 3470699. OLE color: 3470699.
HSL color Cylindrical-coordinate representation of color #6BF534: hue angle of 102.9º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6BF534 is Cyan = 0.56, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 107 | 245 | 52 | - |
| CMYK | 0.56 | 0 | 0.79 | 0.04 |
| HSL | 102.9º | 0.91% | 0.58% | - |
| HSV(B) | 102.9º | 0.79% | 0.96% | - |
| XYZ | 39.34 | 68.68 | 14.43 | - |
| YUV | 181.74 | 54.78 | 74.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 245 | 52 | 0.56 | 0 | 0.79 | 0.04 | 102.9 | 0.91 | 0.58 |
| Hex | 6B | F5 | 34 | 38 | 0 | 4F | 4 | 67 | 5B | 3A |
| Octal | 153 | 365 | 64 | 70 | 0 | 117 | 4 | 147 | 133 | 72 |
| Binary | 1101011 | 11110101 | 110100 | 111000 | 0 | 1001111 | 100 | 1100111 | 1011011 | 111010 |
Color Harmonies of #6BF534
Complementary color
Monochromatic Colors of #6BF534
Black with #6BF534
Text Example
Text Example
White with #6BF534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BF534; }
p { color: rgb(107,245,52); }
H1.HeaderClassName
{
color: #6BF534;
}
.AnyTagClassName
{
color: #6BF534;
}
</style>
background-color css
<style>
a { background-color: #6BF534; }
a { background-color: rgb(107,245,52); }
div.DivClassName
{
background-color: #6BF534;
}
.BgClassName
{
background-color: #6BF534;
}
</style>
border-color css
<style>
span { border-color: #6BF534; }
span { border-color: rgb(107,245,52); }
td.TdClassName
{
border-color: #6BF534;
}
.TagClassName
{
border-color: #6BF534;
}
</style>