Shades of Screamin' Green #5FF25C
Tints of Screamin' Green #5FF25C
RGB
CMYK
RGB Variations
Color information
#5FF25C (or 0x5FF25C) is known color: Screamin' Green. HEX triplet: 5F, F2 and 5C. RGB value is (95,242,92). Sum of RGB (Red+Green+Blue) = 95+242+92=429 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.14% from 429); Green value is 242 (94.92% from 255 or 56.41% from 429); Blue value is 92 (36.33% from 255 or 21.45% from 429); Max value from RGB is 242 - color contains mainly: green. Hex color #5FF25C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5FF25C is #A00DA3. Grayscale: #B5B5B5. Windows color (decimal): -10489252 or 6091359. OLE color: 6091359.
HSL color Cylindrical-coordinate representation of color #5FF25C: hue angle of 118.8º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FF25C is Cyan = 0.61, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 95 | 242 | 92 | - |
| CMYK | 0.61 | 0 | 0.62 | 0.05 |
| HSL | 118.8º | 0.85% | 0.65% | - |
| HSV(B) | 118.8º | 0.62% | 0.95% | - |
| XYZ | 38.4 | 66.71 | 20.98 | - |
| YUV | 180.95 | 77.8 | 66.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 242 | 92 | 0.61 | 0 | 0.62 | 0.05 | 118.8 | 0.85 | 0.65 |
| Hex | 5F | F2 | 5C | 3D | 0 | 3E | 5 | 77 | 55 | 41 |
| Octal | 137 | 362 | 134 | 75 | 0 | 76 | 5 | 167 | 125 | 101 |
| Binary | 1011111 | 11110010 | 1011100 | 111101 | 0 | 111110 | 101 | 1110111 | 1010101 | 1000001 |
Color Harmonies of #5FF25C
Complementary color
Monochromatic Colors of #5FF25C
Black with #5FF25C
Text Example
Text Example
White with #5FF25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF25C; }
p { color: rgb(95,242,92); }
H1.HeaderClassName
{
color: #5FF25C;
}
.AnyTagClassName
{
color: #5FF25C;
}
</style>
background-color css
<style>
a { background-color: #5FF25C; }
a { background-color: rgb(95,242,92); }
div.DivClassName
{
background-color: #5FF25C;
}
.BgClassName
{
background-color: #5FF25C;
}
</style>
border-color css
<style>
span { border-color: #5FF25C; }
span { border-color: rgb(95,242,92); }
td.TdClassName
{
border-color: #5FF25C;
}
.TagClassName
{
border-color: #5FF25C;
}
</style>