Shades of Bright Green #5CF932
Tints of Bright Green #5CF932
RGB
CMYK
RGB Variations
Color information
#5CF932 (or 0x5CF932) is known color: Bright Green. HEX triplet: 5C, F9 and 32. RGB value is (92,249,50). Sum of RGB (Red+Green+Blue) = 92+249+50=391 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.53% from 391); Green value is 249 (97.66% from 255 or 63.68% from 391); Blue value is 50 (19.92% from 255 or 12.79% from 391); Max value from RGB is 249 - color contains mainly: green. Hex color #5CF932 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5CF932 is #A306CD. Grayscale: #B4B4B4. Windows color (decimal): -10684110 or 3340636. OLE color: 3340636.
HSL color Cylindrical-coordinate representation of color #5CF932: hue angle of 107.34º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5CF932 is Cyan = 0.63, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 92 | 249 | 50 | - |
| CMYK | 0.63 | 0 | 0.80 | 0.02 |
| HSL | 107.34º | 0.94% | 0.59% | - |
| HSV(B) | 107.34º | 0.8% | 0.98% | - |
| XYZ | 38.87 | 70.26 | 14.53 | - |
| YUV | 179.37 | 54.99 | 65.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 249 | 50 | 0.63 | 0 | 0.80 | 0.02 | 107.34 | 0.94 | 0.59 |
| Hex | 5C | F9 | 32 | 3F | 0 | 50 | 2 | 6B | 5E | 3B |
| Octal | 134 | 371 | 62 | 77 | 0 | 120 | 2 | 153 | 136 | 73 |
| Binary | 1011100 | 11111001 | 110010 | 111111 | 0 | 1010000 | 10 | 1101011 | 1011110 | 111011 |
Color Harmonies of #5CF932
Complementary color
Monochromatic Colors of #5CF932
Black with #5CF932
Text Example
Text Example
White with #5CF932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CF932; }
p { color: rgb(92,249,50); }
H1.HeaderClassName
{
color: #5CF932;
}
.AnyTagClassName
{
color: #5CF932;
}
</style>
background-color css
<style>
a { background-color: #5CF932; }
a { background-color: rgb(92,249,50); }
div.DivClassName
{
background-color: #5CF932;
}
.BgClassName
{
background-color: #5CF932;
}
</style>
border-color css
<style>
span { border-color: #5CF932; }
span { border-color: rgb(92,249,50); }
td.TdClassName
{
border-color: #5CF932;
}
.TagClassName
{
border-color: #5CF932;
}
</style>