Shades of Bright Green #73FF35
Tints of Bright Green #73FF35
RGB
CMYK
RGB Variations
Color information
#73FF35 (or 0x73FF35) is known color: Bright Green. HEX triplet: 73, FF and 35. RGB value is (115,255,53). Sum of RGB (Red+Green+Blue) = 115+255+53=423 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.19% from 423); Green value is 255 (100% from 255 or 60.28% from 423); Blue value is 53 (21.09% from 255 or 12.53% from 423); Max value from RGB is 255 - color contains mainly: green. Hex color #73FF35 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #73FF35 is #8C00CA. Grayscale: #BEBEBE. Windows color (decimal): -9175243 or 3538803. OLE color: 3538803.
HSL color Cylindrical-coordinate representation of color #73FF35: hue angle of 101.58º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #73FF35 is Cyan = 0.55, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 255 | 53 | - |
| CMYK | 0.55 | 0 | 0.79 | 0 |
| HSL | 101.58º | 1% | 0.6% | - |
| HSV(B) | 101.58º | 0.79% | 1% | - |
| XYZ | 43.47 | 75.42 | 15.63 | - |
| YUV | 190.11 | 50.62 | 74.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 255 | 53 | 0.55 | 0 | 0.79 | 0 | 101.58 | 1 | 0.6 |
| Hex | 73 | FF | 35 | 37 | 0 | 4F | 0 | 66 | 64 | 3C |
| Octal | 163 | 377 | 65 | 67 | 0 | 117 | 0 | 146 | 144 | 74 |
| Binary | 1110011 | 11111111 | 110101 | 110111 | 0 | 1001111 | 0 | 1100110 | 1100100 | 111100 |
Color Harmonies of #73FF35
Complementary color
Monochromatic Colors of #73FF35
Black with #73FF35
Text Example
Text Example
White with #73FF35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FF35; }
p { color: rgb(115,255,53); }
H1.HeaderClassName
{
color: #73FF35;
}
.AnyTagClassName
{
color: #73FF35;
}
</style>
background-color css
<style>
a { background-color: #73FF35; }
a { background-color: rgb(115,255,53); }
div.DivClassName
{
background-color: #73FF35;
}
.BgClassName
{
background-color: #73FF35;
}
</style>
border-color css
<style>
span { border-color: #73FF35; }
span { border-color: rgb(115,255,53); }
td.TdClassName
{
border-color: #73FF35;
}
.TagClassName
{
border-color: #73FF35;
}
</style>