Shades of Bright Green #60F713
Tints of Bright Green #60F713
RGB
CMYK
RGB Variations
Color information
#60F713 (or 0x60F713) is known color: Bright Green. HEX triplet: 60, F7 and 13. RGB value is (96,247,19). Sum of RGB (Red+Green+Blue) = 96+247+19=362 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.52% from 362); Green value is 247 (96.88% from 255 or 68.23% from 362); Blue value is 19 (7.81% from 255 or 5.25% from 362); Max value from RGB is 247 - color contains mainly: green. Hex color #60F713 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #60F713 is #9F08EC. Grayscale: #B0B0B0. Windows color (decimal): -10422509 or 1308512. OLE color: 1308512.
HSL color Cylindrical-coordinate representation of color #60F713: hue angle of 99.74º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #60F713 is Cyan = 0.61, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 96 | 247 | 19 | - |
| CMYK | 0.61 | 0 | 0.92 | 0.03 |
| HSL | 99.74º | 0.93% | 0.52% | - |
| HSV(B) | 99.74º | 0.92% | 0.97% | - |
| XYZ | 38.2 | 69.06 | 11.93 | - |
| YUV | 175.86 | 39.47 | 71.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 247 | 19 | 0.61 | 0 | 0.92 | 0.03 | 99.74 | 0.93 | 0.52 |
| Hex | 60 | F7 | 13 | 3D | 0 | 5C | 3 | 64 | 5D | 34 |
| Octal | 140 | 367 | 23 | 75 | 0 | 134 | 3 | 144 | 135 | 64 |
| Binary | 1100000 | 11110111 | 10011 | 111101 | 0 | 1011100 | 11 | 1100100 | 1011101 | 110100 |
Color Harmonies of #60F713
Complementary color
Monochromatic Colors of #60F713
Black with #60F713
Text Example
Text Example
White with #60F713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F713; }
p { color: rgb(96,247,19); }
H1.HeaderClassName
{
color: #60F713;
}
.AnyTagClassName
{
color: #60F713;
}
</style>
background-color css
<style>
a { background-color: #60F713; }
a { background-color: rgb(96,247,19); }
div.DivClassName
{
background-color: #60F713;
}
.BgClassName
{
background-color: #60F713;
}
</style>
border-color css
<style>
span { border-color: #60F713; }
span { border-color: rgb(96,247,19); }
td.TdClassName
{
border-color: #60F713;
}
.TagClassName
{
border-color: #60F713;
}
</style>