Shades of Screamin' Green #65ED5C
Tints of Screamin' Green #65ED5C
RGB
CMYK
RGB Variations
Color information
#65ED5C (or 0x65ED5C) is known color: Screamin' Green. HEX triplet: 65, ED and 5C. RGB value is (101,237,92). Sum of RGB (Red+Green+Blue) = 101+237+92=430 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.49% from 430); Green value is 237 (92.97% from 255 or 55.12% from 430); Blue value is 92 (36.33% from 255 or 21.40% from 430); Max value from RGB is 237 - color contains mainly: green. Hex color #65ED5C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #65ED5C is #9A12A3. Grayscale: #B4B4B4. Windows color (decimal): -10097316 or 6090085. OLE color: 6090085.
HSL color Cylindrical-coordinate representation of color #65ED5C: hue angle of 116.28º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #65ED5C is Cyan = 0.57, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 237 | 92 | - |
| CMYK | 0.57 | 0 | 0.61 | 0.07 |
| HSL | 116.28º | 0.8% | 0.65% | - |
| HSV(B) | 116.28º | 0.61% | 0.93% | - |
| XYZ | 37.58 | 64.11 | 20.52 | - |
| YUV | 179.81 | 78.44 | 71.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 237 | 92 | 0.57 | 0 | 0.61 | 0.07 | 116.28 | 0.8 | 0.65 |
| Hex | 65 | ED | 5C | 39 | 0 | 3D | 7 | 74 | 50 | 41 |
| Octal | 145 | 355 | 134 | 71 | 0 | 75 | 7 | 164 | 120 | 101 |
| Binary | 1100101 | 11101101 | 1011100 | 111001 | 0 | 111101 | 111 | 1110100 | 1010000 | 1000001 |
Color Harmonies of #65ED5C
Complementary color
Monochromatic Colors of #65ED5C
Black with #65ED5C
Text Example
Text Example
White with #65ED5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65ED5C; }
p { color: rgb(101,237,92); }
H1.HeaderClassName
{
color: #65ED5C;
}
.AnyTagClassName
{
color: #65ED5C;
}
</style>
background-color css
<style>
a { background-color: #65ED5C; }
a { background-color: rgb(101,237,92); }
div.DivClassName
{
background-color: #65ED5C;
}
.BgClassName
{
background-color: #65ED5C;
}
</style>
border-color css
<style>
span { border-color: #65ED5C; }
span { border-color: rgb(101,237,92); }
td.TdClassName
{
border-color: #65ED5C;
}
.TagClassName
{
border-color: #65ED5C;
}
</style>