Shades of Bright Green #5FF326
Tints of Bright Green #5FF326
RGB
CMYK
RGB Variations
Color information
#5FF326 (or 0x5FF326) is known color: Bright Green. HEX triplet: 5F, F3 and 26. RGB value is (95,243,38). Sum of RGB (Red+Green+Blue) = 95+243+38=376 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.27% from 376); Green value is 243 (95.31% from 255 or 64.63% from 376); Blue value is 38 (15.23% from 255 or 10.11% from 376); Max value from RGB is 243 - color contains mainly: green. Hex color #5FF326 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5FF326 is #A00CD9. Grayscale: #B0B0B0. Windows color (decimal): -10489050 or 2552671. OLE color: 2552671.
HSL color Cylindrical-coordinate representation of color #5FF326: hue angle of 103.32º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5FF326 is Cyan = 0.61, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 95 | 243 | 38 | - |
| CMYK | 0.61 | 0 | 0.84 | 0.05 |
| HSL | 103.32º | 0.9% | 0.55% | - |
| HSV(B) | 103.32º | 0.84% | 0.95% | - |
| XYZ | 37.12 | 66.67 | 12.75 | - |
| YUV | 175.38 | 50.47 | 70.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 243 | 38 | 0.61 | 0 | 0.84 | 0.05 | 103.32 | 0.9 | 0.55 |
| Hex | 5F | F3 | 26 | 3D | 0 | 54 | 5 | 67 | 5A | 37 |
| Octal | 137 | 363 | 46 | 75 | 0 | 124 | 5 | 147 | 132 | 67 |
| Binary | 1011111 | 11110011 | 100110 | 111101 | 0 | 1010100 | 101 | 1100111 | 1011010 | 110111 |
Color Harmonies of #5FF326
Complementary color
Monochromatic Colors of #5FF326
Black with #5FF326
Text Example
Text Example
White with #5FF326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF326; }
p { color: rgb(95,243,38); }
H1.HeaderClassName
{
color: #5FF326;
}
.AnyTagClassName
{
color: #5FF326;
}
</style>
background-color css
<style>
a { background-color: #5FF326; }
a { background-color: rgb(95,243,38); }
div.DivClassName
{
background-color: #5FF326;
}
.BgClassName
{
background-color: #5FF326;
}
</style>
border-color css
<style>
span { border-color: #5FF326; }
span { border-color: rgb(95,243,38); }
td.TdClassName
{
border-color: #5FF326;
}
.TagClassName
{
border-color: #5FF326;
}
</style>