Shades of Bright Green #53F007
Tints of Bright Green #53F007
RGB
CMYK
RGB Variations
Color information
#53F007 (or 0x53F007) is known color: Bright Green. HEX triplet: 53, F0 and 07. RGB value is (83,240,7). Sum of RGB (Red+Green+Blue) = 83+240+7=330 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.15% from 330); Green value is 240 (94.14% from 255 or 72.73% from 330); Blue value is 7 (3.12% from 255 or 2.12% from 330); Max value from RGB is 240 - color contains mainly: green. Hex color #53F007 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #53F007 is #AC0FF8. Grayscale: #A7A7A7. Windows color (decimal): -11276281 or 520275. OLE color: 520275.
HSL color Cylindrical-coordinate representation of color #53F007: hue angle of 100.43º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #53F007 is Cyan = 0.65, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 83 | 240 | 7 | - |
| CMYK | 0.65 | 0 | 0.97 | 0.06 |
| HSL | 100.43º | 0.94% | 0.48% | - |
| HSV(B) | 100.43º | 0.97% | 0.94% | - |
| XYZ | 34.77 | 64.17 | 10.76 | - |
| YUV | 166.5 | 37.99 | 68.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 240 | 7 | 0.65 | 0 | 0.97 | 0.06 | 100.43 | 0.94 | 0.48 |
| Hex | 53 | F0 | 7 | 41 | 0 | 61 | 6 | 64 | 5E | 30 |
| Octal | 123 | 360 | 7 | 101 | 0 | 141 | 6 | 144 | 136 | 60 |
| Binary | 1010011 | 11110000 | 111 | 1000001 | 0 | 1100001 | 110 | 1100100 | 1011110 | 110000 |
Color Harmonies of #53F007
Complementary color
Monochromatic Colors of #53F007
Black with #53F007
Text Example
Text Example
White with #53F007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F007; }
p { color: rgb(83,240,7); }
H1.HeaderClassName
{
color: #53F007;
}
.AnyTagClassName
{
color: #53F007;
}
</style>
background-color css
<style>
a { background-color: #53F007; }
a { background-color: rgb(83,240,7); }
div.DivClassName
{
background-color: #53F007;
}
.BgClassName
{
background-color: #53F007;
}
</style>
border-color css
<style>
span { border-color: #53F007; }
span { border-color: rgb(83,240,7); }
td.TdClassName
{
border-color: #53F007;
}
.TagClassName
{
border-color: #53F007;
}
</style>