Shades of Screamin' Green #65E348
Tints of Screamin' Green #65E348
RGB
CMYK
RGB Variations
Color information
#65E348 (or 0x65E348) is known color: Screamin' Green. HEX triplet: 65, E3 and 48. RGB value is (101,227,72). Sum of RGB (Red+Green+Blue) = 101+227+72=400 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.25% from 400); Green value is 227 (89.06% from 255 or 56.75% from 400); Blue value is 72 (28.52% from 255 or 18% from 400); Max value from RGB is 227 - color contains mainly: green. Hex color #65E348 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65E348 is #9A1CB7. Grayscale: #ACACAC. Windows color (decimal): -10099896 or 4776805. OLE color: 4776805.
HSL color Cylindrical-coordinate representation of color #65E348: hue angle of 108.77º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #65E348 is Cyan = 0.56, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 101 | 227 | 72 | - |
| CMYK | 0.56 | 0 | 0.68 | 0.11 |
| HSL | 108.77º | 0.73% | 0.59% | - |
| HSV(B) | 108.77º | 0.68% | 0.89% | - |
| XYZ | 34.01 | 58.17 | 15.57 | - |
| YUV | 171.66 | 71.76 | 77.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 227 | 72 | 0.56 | 0 | 0.68 | 0.11 | 108.77 | 0.73 | 0.59 |
| Hex | 65 | E3 | 48 | 38 | 0 | 44 | B | 6D | 49 | 3B |
| Octal | 145 | 343 | 110 | 70 | 0 | 104 | 13 | 155 | 111 | 73 |
| Binary | 1100101 | 11100011 | 1001000 | 111000 | 0 | 1000100 | 1011 | 1101101 | 1001001 | 111011 |
Color Harmonies of #65E348
Complementary color
Monochromatic Colors of #65E348
Black with #65E348
Text Example
Text Example
White with #65E348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E348; }
p { color: rgb(101,227,72); }
H1.HeaderClassName
{
color: #65E348;
}
.AnyTagClassName
{
color: #65E348;
}
</style>
background-color css
<style>
a { background-color: #65E348; }
a { background-color: rgb(101,227,72); }
div.DivClassName
{
background-color: #65E348;
}
.BgClassName
{
background-color: #65E348;
}
</style>
border-color css
<style>
span { border-color: #65E348; }
span { border-color: rgb(101,227,72); }
td.TdClassName
{
border-color: #65E348;
}
.TagClassName
{
border-color: #65E348;
}
</style>