Shades of Bright Green #74FD32
Tints of Bright Green #74FD32
RGB
CMYK
RGB Variations
Color information
#74FD32 (or 0x74FD32) is known color: Bright Green. HEX triplet: 74, FD and 32. RGB value is (116,253,50). Sum of RGB (Red+Green+Blue) = 116+253+50=419 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.68% from 419); Green value is 253 (99.22% from 255 or 60.38% from 419); Blue value is 50 (19.92% from 255 or 11.93% from 419); Max value from RGB is 253 - color contains mainly: green. Hex color #74FD32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74FD32 is #8B02CD. Grayscale: #BDBDBD. Windows color (decimal): -9110222 or 3341684. OLE color: 3341684.
HSL color Cylindrical-coordinate representation of color #74FD32: hue angle of 100.49º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #74FD32 is Cyan = 0.54, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 253 | 50 | - |
| CMYK | 0.54 | 0 | 0.80 | 0.01 |
| HSL | 100.49º | 0.98% | 0.59% | - |
| HSV(B) | 100.49º | 0.8% | 0.99% | - |
| XYZ | 42.9 | 74.19 | 15.08 | - |
| YUV | 188.9 | 49.61 | 76.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 253 | 50 | 0.54 | 0 | 0.80 | 0.01 | 100.49 | 0.98 | 0.59 |
| Hex | 74 | FD | 32 | 36 | 0 | 50 | 1 | 64 | 62 | 3B |
| Octal | 164 | 375 | 62 | 66 | 0 | 120 | 1 | 144 | 142 | 73 |
| Binary | 1110100 | 11111101 | 110010 | 110110 | 0 | 1010000 | 1 | 1100100 | 1100010 | 111011 |
Color Harmonies of #74FD32
Complementary color
Monochromatic Colors of #74FD32
Black with #74FD32
Text Example
Text Example
White with #74FD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FD32; }
p { color: rgb(116,253,50); }
H1.HeaderClassName
{
color: #74FD32;
}
.AnyTagClassName
{
color: #74FD32;
}
</style>
background-color css
<style>
a { background-color: #74FD32; }
a { background-color: rgb(116,253,50); }
div.DivClassName
{
background-color: #74FD32;
}
.BgClassName
{
background-color: #74FD32;
}
</style>
border-color css
<style>
span { border-color: #74FD32; }
span { border-color: rgb(116,253,50); }
td.TdClassName
{
border-color: #74FD32;
}
.TagClassName
{
border-color: #74FD32;
}
</style>