Shades of Bright Green #60F523
Tints of Bright Green #60F523
RGB
CMYK
RGB Variations
Color information
#60F523 (or 0x60F523) is known color: Bright Green. HEX triplet: 60, F5 and 23. RGB value is (96,245,35). Sum of RGB (Red+Green+Blue) = 96+245+35=376 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.53% from 376); Green value is 245 (96.09% from 255 or 65.16% from 376); Blue value is 35 (14.06% from 255 or 9.31% from 376); Max value from RGB is 245 - color contains mainly: green. Hex color #60F523 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #60F523 is #9F0ADC. Grayscale: #B1B1B1. Windows color (decimal): -10423005 or 2356576. OLE color: 2356576.
HSL color Cylindrical-coordinate representation of color #60F523: hue angle of 102.57º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #60F523 is Cyan = 0.61, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 96 | 245 | 35 | - |
| CMYK | 0.61 | 0 | 0.86 | 0.04 |
| HSL | 102.57º | 0.91% | 0.55% | - |
| HSV(B) | 102.57º | 0.86% | 0.96% | - |
| XYZ | 37.78 | 67.91 | 12.71 | - |
| YUV | 176.51 | 48.14 | 70.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 245 | 35 | 0.61 | 0 | 0.86 | 0.04 | 102.57 | 0.91 | 0.55 |
| Hex | 60 | F5 | 23 | 3D | 0 | 56 | 4 | 67 | 5B | 37 |
| Octal | 140 | 365 | 43 | 75 | 0 | 126 | 4 | 147 | 133 | 67 |
| Binary | 1100000 | 11110101 | 100011 | 111101 | 0 | 1010110 | 100 | 1100111 | 1011011 | 110111 |
Color Harmonies of #60F523
Complementary color
Monochromatic Colors of #60F523
Black with #60F523
Text Example
Text Example
White with #60F523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F523; }
p { color: rgb(96,245,35); }
H1.HeaderClassName
{
color: #60F523;
}
.AnyTagClassName
{
color: #60F523;
}
</style>
background-color css
<style>
a { background-color: #60F523; }
a { background-color: rgb(96,245,35); }
div.DivClassName
{
background-color: #60F523;
}
.BgClassName
{
background-color: #60F523;
}
</style>
border-color css
<style>
span { border-color: #60F523; }
span { border-color: rgb(96,245,35); }
td.TdClassName
{
border-color: #60F523;
}
.TagClassName
{
border-color: #60F523;
}
</style>