Shades of Bright Green #60F328
Tints of Bright Green #60F328
RGB
CMYK
RGB Variations
Color information
#60F328 (or 0x60F328) is known color: Bright Green. HEX triplet: 60, F3 and 28. RGB value is (96,243,40). Sum of RGB (Red+Green+Blue) = 96+243+40=379 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.33% from 379); Green value is 243 (95.31% from 255 or 64.12% from 379); Blue value is 40 (16.02% from 255 or 10.55% from 379); Max value from RGB is 243 - color contains mainly: green. Hex color #60F328 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #60F328 is #9F0CD7. Grayscale: #B0B0B0. Windows color (decimal): -10423512 or 2683744. OLE color: 2683744.
HSL color Cylindrical-coordinate representation of color #60F328: hue angle of 103.45º degrees, saturation: 0.89, 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 #60F328 is Cyan = 0.60, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 243 | 40 | - |
| CMYK | 0.60 | 0 | 0.84 | 0.05 |
| HSL | 103.45º | 0.89% | 0.55% | - |
| HSV(B) | 103.45º | 0.84% | 0.95% | - |
| XYZ | 37.26 | 66.74 | 12.93 | - |
| YUV | 175.91 | 51.3 | 71.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 243 | 40 | 0.60 | 0 | 0.84 | 0.05 | 103.45 | 0.89 | 0.55 |
| Hex | 60 | F3 | 28 | 3C | 0 | 54 | 5 | 67 | 59 | 37 |
| Octal | 140 | 363 | 50 | 74 | 0 | 124 | 5 | 147 | 131 | 67 |
| Binary | 1100000 | 11110011 | 101000 | 111100 | 0 | 1010100 | 101 | 1100111 | 1011001 | 110111 |
Color Harmonies of #60F328
Complementary color
Monochromatic Colors of #60F328
Black with #60F328
Text Example
Text Example
White with #60F328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F328; }
p { color: rgb(96,243,40); }
H1.HeaderClassName
{
color: #60F328;
}
.AnyTagClassName
{
color: #60F328;
}
</style>
background-color css
<style>
a { background-color: #60F328; }
a { background-color: rgb(96,243,40); }
div.DivClassName
{
background-color: #60F328;
}
.BgClassName
{
background-color: #60F328;
}
</style>
border-color css
<style>
span { border-color: #60F328; }
span { border-color: rgb(96,243,40); }
td.TdClassName
{
border-color: #60F328;
}
.TagClassName
{
border-color: #60F328;
}
</style>