Shades of Bright Green #5CF330
Tints of Bright Green #5CF330
RGB
CMYK
RGB Variations
Color information
#5CF330 (or 0x5CF330) is known color: Bright Green. HEX triplet: 5C, F3 and 30. RGB value is (92,243,48). Sum of RGB (Red+Green+Blue) = 92+243+48=383 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.02% from 383); Green value is 243 (95.31% from 255 or 63.45% from 383); Blue value is 48 (19.14% from 255 or 12.53% from 383); Max value from RGB is 243 - color contains mainly: green. Hex color #5CF330 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5CF330 is #A30CCF. Grayscale: #B0B0B0. Windows color (decimal): -10685648 or 3208028. OLE color: 3208028.
HSL color Cylindrical-coordinate representation of color #5CF330: hue angle of 106.46º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5CF330 is Cyan = 0.62, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 92 | 243 | 48 | - |
| CMYK | 0.62 | 0 | 0.80 | 0.05 |
| HSL | 106.46º | 0.89% | 0.57% | - |
| HSV(B) | 106.46º | 0.8% | 0.95% | - |
| XYZ | 37 | 66.59 | 13.7 | - |
| YUV | 175.62 | 55.97 | 68.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 243 | 48 | 0.62 | 0 | 0.80 | 0.05 | 106.46 | 0.89 | 0.57 |
| Hex | 5C | F3 | 30 | 3E | 0 | 50 | 5 | 6A | 59 | 39 |
| Octal | 134 | 363 | 60 | 76 | 0 | 120 | 5 | 152 | 131 | 71 |
| Binary | 1011100 | 11110011 | 110000 | 111110 | 0 | 1010000 | 101 | 1101010 | 1011001 | 111001 |
Color Harmonies of #5CF330
Complementary color
Monochromatic Colors of #5CF330
Black with #5CF330
Text Example
Text Example
White with #5CF330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CF330; }
p { color: rgb(92,243,48); }
H1.HeaderClassName
{
color: #5CF330;
}
.AnyTagClassName
{
color: #5CF330;
}
</style>
background-color css
<style>
a { background-color: #5CF330; }
a { background-color: rgb(92,243,48); }
div.DivClassName
{
background-color: #5CF330;
}
.BgClassName
{
background-color: #5CF330;
}
</style>
border-color css
<style>
span { border-color: #5CF330; }
span { border-color: rgb(92,243,48); }
td.TdClassName
{
border-color: #5CF330;
}
.TagClassName
{
border-color: #5CF330;
}
</style>