Shades of Bright Green #74FD33
Tints of Bright Green #74FD33
RGB
CMYK
RGB Variations
Color information
#74FD33 (or 0x74FD33) is known color: Bright Green. HEX triplet: 74, FD and 33. RGB value is (116,253,51). Sum of RGB (Red+Green+Blue) = 116+253+51=420 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.62% from 420); Green value is 253 (99.22% from 255 or 60.24% from 420); Blue value is 51 (20.31% from 255 or 12.14% from 420); Max value from RGB is 253 - color contains mainly: green. Hex color #74FD33 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74FD33 is #8B02CC. Grayscale: #BDBDBD. Windows color (decimal): -9110221 or 3407220. OLE color: 3407220.
HSL color Cylindrical-coordinate representation of color #74FD33: hue angle of 100.69º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #74FD33 is Cyan = 0.54, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 253 | 51 | - |
| CMYK | 0.54 | 0 | 0.80 | 0.01 |
| HSL | 100.69º | 0.98% | 0.6% | - |
| HSV(B) | 100.69º | 0.8% | 0.99% | - |
| XYZ | 42.93 | 74.2 | 15.19 | - |
| YUV | 189.01 | 50.11 | 75.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 253 | 51 | 0.54 | 0 | 0.80 | 0.01 | 100.69 | 0.98 | 0.6 |
| Hex | 74 | FD | 33 | 36 | 0 | 50 | 1 | 65 | 62 | 3C |
| Octal | 164 | 375 | 63 | 66 | 0 | 120 | 1 | 145 | 142 | 74 |
| Binary | 1110100 | 11111101 | 110011 | 110110 | 0 | 1010000 | 1 | 1100101 | 1100010 | 111100 |
Color Harmonies of #74FD33
Complementary color
Monochromatic Colors of #74FD33
Black with #74FD33
Text Example
Text Example
White with #74FD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FD33; }
p { color: rgb(116,253,51); }
H1.HeaderClassName
{
color: #74FD33;
}
.AnyTagClassName
{
color: #74FD33;
}
</style>
background-color css
<style>
a { background-color: #74FD33; }
a { background-color: rgb(116,253,51); }
div.DivClassName
{
background-color: #74FD33;
}
.BgClassName
{
background-color: #74FD33;
}
</style>
border-color css
<style>
span { border-color: #74FD33; }
span { border-color: rgb(116,253,51); }
td.TdClassName
{
border-color: #74FD33;
}
.TagClassName
{
border-color: #74FD33;
}
</style>