Shades of Screamin' Green #5FFC34
Tints of Screamin' Green #5FFC34
RGB
CMYK
RGB Variations
Color information
#5FFC34 (or 0x5FFC34) is known color: Screamin' Green. HEX triplet: 5F, FC and 34. RGB value is (95,252,52). Sum of RGB (Red+Green+Blue) = 95+252+52=399 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.81% from 399); Green value is 252 (98.83% from 255 or 63.16% from 399); Blue value is 52 (20.70% from 255 or 13.03% from 399); Max value from RGB is 252 - color contains mainly: green. Hex color #5FFC34 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5FFC34 is #A003CB. Grayscale: #B6B6B6. Windows color (decimal): -10486732 or 3472479. OLE color: 3472479.
HSL color Cylindrical-coordinate representation of color #5FFC34: hue angle of 107.1º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5FFC34 is Cyan = 0.62, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 252 | 52 | - |
| CMYK | 0.62 | 0 | 0.79 | 0.01 |
| HSL | 107.1º | 0.97% | 0.6% | - |
| HSV(B) | 107.1º | 0.79% | 0.99% | - |
| XYZ | 40.15 | 72.3 | 15.09 | - |
| YUV | 182.26 | 54.49 | 65.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 252 | 52 | 0.62 | 0 | 0.79 | 0.01 | 107.1 | 0.97 | 0.6 |
| Hex | 5F | FC | 34 | 3E | 0 | 4F | 1 | 6B | 61 | 3C |
| Octal | 137 | 374 | 64 | 76 | 0 | 117 | 1 | 153 | 141 | 74 |
| Binary | 1011111 | 11111100 | 110100 | 111110 | 0 | 1001111 | 1 | 1101011 | 1100001 | 111100 |
Color Harmonies of #5FFC34
Complementary color
Monochromatic Colors of #5FFC34
Black with #5FFC34
Text Example
Text Example
White with #5FFC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFC34; }
p { color: rgb(95,252,52); }
H1.HeaderClassName
{
color: #5FFC34;
}
.AnyTagClassName
{
color: #5FFC34;
}
</style>
background-color css
<style>
a { background-color: #5FFC34; }
a { background-color: rgb(95,252,52); }
div.DivClassName
{
background-color: #5FFC34;
}
.BgClassName
{
background-color: #5FFC34;
}
</style>
border-color css
<style>
span { border-color: #5FFC34; }
span { border-color: rgb(95,252,52); }
td.TdClassName
{
border-color: #5FFC34;
}
.TagClassName
{
border-color: #5FFC34;
}
</style>