Shades of Bright Green #5CF225
Tints of Bright Green #5CF225
RGB
CMYK
RGB Variations
Color information
#5CF225 (or 0x5CF225) is known color: Bright Green. HEX triplet: 5C, F2 and 25. RGB value is (92,242,37). Sum of RGB (Red+Green+Blue) = 92+242+37=371 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.80% from 371); Green value is 242 (94.92% from 255 or 65.23% from 371); Blue value is 37 (14.84% from 255 or 9.97% from 371); Max value from RGB is 242 - color contains mainly: green. Hex color #5CF225 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5CF225 is #A30DDA. Grayscale: #AEAEAE. Windows color (decimal): -10685915 or 2486876. OLE color: 2486876.
HSL color Cylindrical-coordinate representation of color #5CF225: hue angle of 103.9º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5CF225 is Cyan = 0.62, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 92 | 242 | 37 | - |
| CMYK | 0.62 | 0 | 0.85 | 0.05 |
| HSL | 103.9º | 0.89% | 0.55% | - |
| HSV(B) | 103.9º | 0.85% | 0.95% | - |
| XYZ | 36.5 | 65.91 | 12.55 | - |
| YUV | 173.78 | 50.81 | 69.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 242 | 37 | 0.62 | 0 | 0.85 | 0.05 | 103.9 | 0.89 | 0.55 |
| Hex | 5C | F2 | 25 | 3E | 0 | 55 | 5 | 68 | 59 | 37 |
| Octal | 134 | 362 | 45 | 76 | 0 | 125 | 5 | 150 | 131 | 67 |
| Binary | 1011100 | 11110010 | 100101 | 111110 | 0 | 1010101 | 101 | 1101000 | 1011001 | 110111 |
Color Harmonies of #5CF225
Complementary color
Monochromatic Colors of #5CF225
Black with #5CF225
Text Example
Text Example
White with #5CF225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CF225; }
p { color: rgb(92,242,37); }
H1.HeaderClassName
{
color: #5CF225;
}
.AnyTagClassName
{
color: #5CF225;
}
</style>
background-color css
<style>
a { background-color: #5CF225; }
a { background-color: rgb(92,242,37); }
div.DivClassName
{
background-color: #5CF225;
}
.BgClassName
{
background-color: #5CF225;
}
</style>
border-color css
<style>
span { border-color: #5CF225; }
span { border-color: rgb(92,242,37); }
td.TdClassName
{
border-color: #5CF225;
}
.TagClassName
{
border-color: #5CF225;
}
</style>