Shades of Screamin' Green #5DFA65
Tints of Screamin' Green #5DFA65
RGB
CMYK
RGB Variations
Color information
#5DFA65 (or 0x5DFA65) is known color: Screamin' Green. HEX triplet: 5D, FA and 65. RGB value is (93,250,101). Sum of RGB (Red+Green+Blue) = 93+250+101=444 (58% of max value = 765). Red value is 93 (36.72% from 255 or 20.95% from 444); Green value is 250 (98.05% from 255 or 56.31% from 444); Blue value is 101 (39.84% from 255 or 22.75% from 444); Max value from RGB is 250 - color contains mainly: green. Hex color #5DFA65 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5DFA65 is #A2059A. Grayscale: #BABABA. Windows color (decimal): -10618267 or 6683229. OLE color: 6683229.
HSL color Cylindrical-coordinate representation of color #5DFA65: hue angle of 123.06º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DFA65 is Cyan = 0.63, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 250 | 101 | - |
| CMYK | 0.63 | 0 | 0.60 | 0.02 |
| HSL | 123.06º | 0.94% | 0.67% | - |
| HSV(B) | 123.06º | 0.63% | 0.98% | - |
| XYZ | 41.05 | 71.64 | 23.98 | - |
| YUV | 186.07 | 79.99 | 61.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 250 | 101 | 0.63 | 0 | 0.60 | 0.02 | 123.06 | 0.94 | 0.67 |
| Hex | 5D | FA | 65 | 3F | 0 | 3C | 2 | 7B | 5E | 43 |
| Octal | 135 | 372 | 145 | 77 | 0 | 74 | 2 | 173 | 136 | 103 |
| Binary | 1011101 | 11111010 | 1100101 | 111111 | 0 | 111100 | 10 | 1111011 | 1011110 | 1000011 |
Color Harmonies of #5DFA65
Complementary color
Monochromatic Colors of #5DFA65
Black with #5DFA65
Text Example
Text Example
White with #5DFA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFA65; }
p { color: rgb(93,250,101); }
H1.HeaderClassName
{
color: #5DFA65;
}
.AnyTagClassName
{
color: #5DFA65;
}
</style>
background-color css
<style>
a { background-color: #5DFA65; }
a { background-color: rgb(93,250,101); }
div.DivClassName
{
background-color: #5DFA65;
}
.BgClassName
{
background-color: #5DFA65;
}
</style>
border-color css
<style>
span { border-color: #5DFA65; }
span { border-color: rgb(93,250,101); }
td.TdClassName
{
border-color: #5DFA65;
}
.TagClassName
{
border-color: #5DFA65;
}
</style>