Shades of Bright Green #61FE33
Tints of Bright Green #61FE33
RGB
CMYK
RGB Variations
Color information
#61FE33 (or 0x61FE33) is known color: Bright Green. HEX triplet: 61, FE and 33. RGB value is (97,254,51). Sum of RGB (Red+Green+Blue) = 97+254+51=402 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.13% from 402); Green value is 254 (99.61% from 255 or 63.18% from 402); Blue value is 51 (20.31% from 255 or 12.69% from 402); Max value from RGB is 254 - color contains mainly: green. Hex color #61FE33 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #61FE33 is #9E01CC. Grayscale: #B8B8B8. Windows color (decimal): -10355149 or 3407457. OLE color: 3407457.
HSL color Cylindrical-coordinate representation of color #61FE33: hue angle of 106.4º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #61FE33 is Cyan = 0.62, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 97 | 254 | 51 | - |
| CMYK | 0.62 | 0 | 0.80 | 0.00 |
| HSL | 106.4º | 0.99% | 0.6% | - |
| HSV(B) | 106.4º | 0.8% | 1% | - |
| XYZ | 40.97 | 73.66 | 15.19 | - |
| YUV | 183.92 | 52.99 | 66.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 254 | 51 | 0.62 | 0 | 0.80 | 0.00 | 106.4 | 0.99 | 0.6 |
| Hex | 61 | FE | 33 | 3E | 0 | 50 | 0 | 6A | 63 | 3C |
| Octal | 141 | 376 | 63 | 76 | 0 | 120 | 0 | 152 | 143 | 74 |
| Binary | 1100001 | 11111110 | 110011 | 111110 | 0 | 1010000 | 0 | 1101010 | 1100011 | 111100 |
Color Harmonies of #61FE33
Complementary color
Monochromatic Colors of #61FE33
Black with #61FE33
Text Example
Text Example
White with #61FE33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FE33; }
p { color: rgb(97,254,51); }
H1.HeaderClassName
{
color: #61FE33;
}
.AnyTagClassName
{
color: #61FE33;
}
</style>
background-color css
<style>
a { background-color: #61FE33; }
a { background-color: rgb(97,254,51); }
div.DivClassName
{
background-color: #61FE33;
}
.BgClassName
{
background-color: #61FE33;
}
</style>
border-color css
<style>
span { border-color: #61FE33; }
span { border-color: rgb(97,254,51); }
td.TdClassName
{
border-color: #61FE33;
}
.TagClassName
{
border-color: #61FE33;
}
</style>