Shades of Bright Green #60F80B
Tints of Bright Green #60F80B
RGB
CMYK
RGB Variations
Color information
#60F80B (or 0x60F80B) is known color: Bright Green. HEX triplet: 60, F8 and 0B. RGB value is (96,248,11). Sum of RGB (Red+Green+Blue) = 96+248+11=355 (47% of max value = 765). Red value is 96 (37.89% from 255 or 27.04% from 355); Green value is 248 (97.27% from 255 or 69.86% from 355); Blue value is 11 (4.69% from 255 or 3.10% from 355); Max value from RGB is 248 - color contains mainly: green. Hex color #60F80B is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #60F80B is #9F07F4. Grayscale: #B0B0B0. Windows color (decimal): -10422261 or 784480. OLE color: 784480.
HSL color Cylindrical-coordinate representation of color #60F80B: hue angle of 98.48º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #60F80B is Cyan = 0.61, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 96 | 248 | 11 | - |
| CMYK | 0.61 | 0 | 0.96 | 0.03 |
| HSL | 98.48º | 0.94% | 0.51% | - |
| HSV(B) | 98.48º | 0.96% | 0.97% | - |
| XYZ | 38.45 | 69.65 | 11.73 | - |
| YUV | 175.53 | 35.14 | 71.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 248 | 11 | 0.61 | 0 | 0.96 | 0.03 | 98.48 | 0.94 | 0.51 |
| Hex | 60 | F8 | B | 3D | 0 | 60 | 3 | 62 | 5E | 33 |
| Octal | 140 | 370 | 13 | 75 | 0 | 140 | 3 | 142 | 136 | 63 |
| Binary | 1100000 | 11111000 | 1011 | 111101 | 0 | 1100000 | 11 | 1100010 | 1011110 | 110011 |
Color Harmonies of #60F80B
Complementary color
Monochromatic Colors of #60F80B
Black with #60F80B
Text Example
Text Example
White with #60F80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F80B; }
p { color: rgb(96,248,11); }
H1.HeaderClassName
{
color: #60F80B;
}
.AnyTagClassName
{
color: #60F80B;
}
</style>
background-color css
<style>
a { background-color: #60F80B; }
a { background-color: rgb(96,248,11); }
div.DivClassName
{
background-color: #60F80B;
}
.BgClassName
{
background-color: #60F80B;
}
</style>
border-color css
<style>
span { border-color: #60F80B; }
span { border-color: rgb(96,248,11); }
td.TdClassName
{
border-color: #60F80B;
}
.TagClassName
{
border-color: #60F80B;
}
</style>