Shades of Bright Green #61FD2D
Tints of Bright Green #61FD2D
RGB
CMYK
RGB Variations
Color information
#61FD2D (or 0x61FD2D) is known color: Bright Green. HEX triplet: 61, FD and 2D. RGB value is (97,253,45). Sum of RGB (Red+Green+Blue) = 97+253+45=395 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.56% from 395); Green value is 253 (99.22% from 255 or 64.05% from 395); Blue value is 45 (17.97% from 255 or 11.39% from 395); Max value from RGB is 253 - color contains mainly: green. Hex color #61FD2D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #61FD2D is #9E02D2. Grayscale: #B7B7B7. Windows color (decimal): -10355411 or 3013985. OLE color: 3013985.
HSL color Cylindrical-coordinate representation of color #61FD2D: hue angle of 105º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #61FD2D is Cyan = 0.62, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 97 | 253 | 45 | - |
| CMYK | 0.62 | 0 | 0.82 | 0.01 |
| HSL | 105º | 0.98% | 0.58% | - |
| HSV(B) | 105º | 0.82% | 0.99% | - |
| XYZ | 40.53 | 72.98 | 14.43 | - |
| YUV | 182.64 | 50.32 | 66.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 253 | 45 | 0.62 | 0 | 0.82 | 0.01 | 105 | 0.98 | 0.58 |
| Hex | 61 | FD | 2D | 3E | 0 | 52 | 1 | 69 | 62 | 3A |
| Octal | 141 | 375 | 55 | 76 | 0 | 122 | 1 | 151 | 142 | 72 |
| Binary | 1100001 | 11111101 | 101101 | 111110 | 0 | 1010010 | 1 | 1101001 | 1100010 | 111010 |
Color Harmonies of #61FD2D
Complementary color
Monochromatic Colors of #61FD2D
Black with #61FD2D
Text Example
Text Example
White with #61FD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FD2D; }
p { color: rgb(97,253,45); }
H1.HeaderClassName
{
color: #61FD2D;
}
.AnyTagClassName
{
color: #61FD2D;
}
</style>
background-color css
<style>
a { background-color: #61FD2D; }
a { background-color: rgb(97,253,45); }
div.DivClassName
{
background-color: #61FD2D;
}
.BgClassName
{
background-color: #61FD2D;
}
</style>
border-color css
<style>
span { border-color: #61FD2D; }
span { border-color: rgb(97,253,45); }
td.TdClassName
{
border-color: #61FD2D;
}
.TagClassName
{
border-color: #61FD2D;
}
</style>