Shades of Screamin' Green #65EC38
Tints of Screamin' Green #65EC38
RGB
CMYK
RGB Variations
Color information
#65EC38 (or 0x65EC38) is known color: Screamin' Green. HEX triplet: 65, EC and 38. RGB value is (101,236,56). Sum of RGB (Red+Green+Blue) = 101+236+56=393 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.70% from 393); Green value is 236 (92.58% from 255 or 60.05% from 393); Blue value is 56 (22.27% from 255 or 14.25% from 393); Max value from RGB is 236 - color contains mainly: green. Hex color #65EC38 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #65EC38 is #9A13C7. Grayscale: #AFAFAF. Windows color (decimal): -10097608 or 3730533. OLE color: 3730533.
HSL color Cylindrical-coordinate representation of color #65EC38: hue angle of 105º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #65EC38 is Cyan = 0.57, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 236 | 56 | - |
| CMYK | 0.57 | 0 | 0.76 | 0.07 |
| HSL | 105º | 0.83% | 0.57% | - |
| HSV(B) | 105º | 0.76% | 0.93% | - |
| XYZ | 36.08 | 63.04 | 14.01 | - |
| YUV | 175.12 | 60.77 | 75.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 236 | 56 | 0.57 | 0 | 0.76 | 0.07 | 105 | 0.83 | 0.57 |
| Hex | 65 | EC | 38 | 39 | 0 | 4C | 7 | 69 | 53 | 39 |
| Octal | 145 | 354 | 70 | 71 | 0 | 114 | 7 | 151 | 123 | 71 |
| Binary | 1100101 | 11101100 | 111000 | 111001 | 0 | 1001100 | 111 | 1101001 | 1010011 | 111001 |
Color Harmonies of #65EC38
Complementary color
Monochromatic Colors of #65EC38
Black with #65EC38
Text Example
Text Example
White with #65EC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65EC38; }
p { color: rgb(101,236,56); }
H1.HeaderClassName
{
color: #65EC38;
}
.AnyTagClassName
{
color: #65EC38;
}
</style>
background-color css
<style>
a { background-color: #65EC38; }
a { background-color: rgb(101,236,56); }
div.DivClassName
{
background-color: #65EC38;
}
.BgClassName
{
background-color: #65EC38;
}
</style>
border-color css
<style>
span { border-color: #65EC38; }
span { border-color: rgb(101,236,56); }
td.TdClassName
{
border-color: #65EC38;
}
.TagClassName
{
border-color: #65EC38;
}
</style>