Shades of Screamin' Green #65ED70
Tints of Screamin' Green #65ED70
RGB
CMYK
RGB Variations
Color information
#65ED70 (or 0x65ED70) is known color: Screamin' Green. HEX triplet: 65, ED and 70. RGB value is (101,237,112). Sum of RGB (Red+Green+Blue) = 101+237+112=450 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.44% from 450); Green value is 237 (92.97% from 255 or 52.67% from 450); Blue value is 112 (44.14% from 255 or 24.89% from 450); Max value from RGB is 237 - color contains mainly: green. Hex color #65ED70 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #65ED70 is #9A128F. Grayscale: #B6B6B6. Windows color (decimal): -10097296 or 7400805. OLE color: 7400805.
HSL color Cylindrical-coordinate representation of color #65ED70: hue angle of 124.85º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65ED70 is Cyan = 0.57, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 237 | 112 | - |
| CMYK | 0.57 | 0 | 0.53 | 0.07 |
| HSL | 124.85º | 0.79% | 0.66% | - |
| HSV(B) | 124.85º | 0.57% | 0.93% | - |
| XYZ | 38.58 | 64.5 | 25.75 | - |
| YUV | 182.09 | 88.44 | 70.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 237 | 112 | 0.57 | 0 | 0.53 | 0.07 | 124.85 | 0.79 | 0.66 |
| Hex | 65 | ED | 70 | 39 | 0 | 35 | 7 | 7D | 4F | 42 |
| Octal | 145 | 355 | 160 | 71 | 0 | 65 | 7 | 175 | 117 | 102 |
| Binary | 1100101 | 11101101 | 1110000 | 111001 | 0 | 110101 | 111 | 1111101 | 1001111 | 1000010 |
Color Harmonies of #65ED70
Complementary color
Monochromatic Colors of #65ED70
Black with #65ED70
Text Example
Text Example
White with #65ED70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65ED70; }
p { color: rgb(101,237,112); }
H1.HeaderClassName
{
color: #65ED70;
}
.AnyTagClassName
{
color: #65ED70;
}
</style>
background-color css
<style>
a { background-color: #65ED70; }
a { background-color: rgb(101,237,112); }
div.DivClassName
{
background-color: #65ED70;
}
.BgClassName
{
background-color: #65ED70;
}
</style>
border-color css
<style>
span { border-color: #65ED70; }
span { border-color: rgb(101,237,112); }
td.TdClassName
{
border-color: #65ED70;
}
.TagClassName
{
border-color: #65ED70;
}
</style>