Shades of Bright Green #60F526
Tints of Bright Green #60F526
RGB
CMYK
RGB Variations
Color information
#60F526 (or 0x60F526) is known color: Bright Green. HEX triplet: 60, F5 and 26. RGB value is (96,245,38). Sum of RGB (Red+Green+Blue) = 96+245+38=379 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.33% from 379); Green value is 245 (96.09% from 255 or 64.64% from 379); Blue value is 38 (15.23% from 255 or 10.03% from 379); Max value from RGB is 245 - color contains mainly: green. Hex color #60F526 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #60F526 is #9F0AD9. Grayscale: #B1B1B1. Windows color (decimal): -10423002 or 2553184. OLE color: 2553184.
HSL color Cylindrical-coordinate representation of color #60F526: hue angle of 103.19º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #60F526 is Cyan = 0.61, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 96 | 245 | 38 | - |
| CMYK | 0.61 | 0 | 0.84 | 0.04 |
| HSL | 103.19º | 0.91% | 0.55% | - |
| HSV(B) | 103.19º | 0.84% | 0.96% | - |
| XYZ | 37.83 | 67.93 | 12.95 | - |
| YUV | 176.85 | 49.64 | 70.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 245 | 38 | 0.61 | 0 | 0.84 | 0.04 | 103.19 | 0.91 | 0.55 |
| Hex | 60 | F5 | 26 | 3D | 0 | 54 | 4 | 67 | 5B | 37 |
| Octal | 140 | 365 | 46 | 75 | 0 | 124 | 4 | 147 | 133 | 67 |
| Binary | 1100000 | 11110101 | 100110 | 111101 | 0 | 1010100 | 100 | 1100111 | 1011011 | 110111 |
Color Harmonies of #60F526
Complementary color
Monochromatic Colors of #60F526
Black with #60F526
Text Example
Text Example
White with #60F526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F526; }
p { color: rgb(96,245,38); }
H1.HeaderClassName
{
color: #60F526;
}
.AnyTagClassName
{
color: #60F526;
}
</style>
background-color css
<style>
a { background-color: #60F526; }
a { background-color: rgb(96,245,38); }
div.DivClassName
{
background-color: #60F526;
}
.BgClassName
{
background-color: #60F526;
}
</style>
border-color css
<style>
span { border-color: #60F526; }
span { border-color: rgb(96,245,38); }
td.TdClassName
{
border-color: #60F526;
}
.TagClassName
{
border-color: #60F526;
}
</style>