Shades of Screamin' Green #65FD4D
Tints of Screamin' Green #65FD4D
RGB
CMYK
RGB Variations
Color information
#65FD4D (or 0x65FD4D) is known color: Screamin' Green. HEX triplet: 65, FD and 4D. RGB value is (101,253,77). Sum of RGB (Red+Green+Blue) = 101+253+77=431 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.43% from 431); Green value is 253 (99.22% from 255 or 58.70% from 431); Blue value is 77 (30.47% from 255 or 17.87% from 431); Max value from RGB is 253 - color contains mainly: green. Hex color #65FD4D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #65FD4D is #9A02B2. Grayscale: #BCBCBC. Windows color (decimal): -10093235 or 5111141. OLE color: 5111141.
HSL color Cylindrical-coordinate representation of color #65FD4D: hue angle of 111.82º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #65FD4D is Cyan = 0.60, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 253 | 77 | - |
| CMYK | 0.60 | 0 | 0.70 | 0.01 |
| HSL | 111.82º | 0.98% | 0.65% | - |
| HSV(B) | 111.82º | 0.7% | 0.99% | - |
| XYZ | 41.83 | 73.55 | 19.01 | - |
| YUV | 187.49 | 65.64 | 66.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 253 | 77 | 0.60 | 0 | 0.70 | 0.01 | 111.82 | 0.98 | 0.65 |
| Hex | 65 | FD | 4D | 3C | 0 | 46 | 1 | 70 | 62 | 41 |
| Octal | 145 | 375 | 115 | 74 | 0 | 106 | 1 | 160 | 142 | 101 |
| Binary | 1100101 | 11111101 | 1001101 | 111100 | 0 | 1000110 | 1 | 1110000 | 1100010 | 1000001 |
Color Harmonies of #65FD4D
Complementary color
Monochromatic Colors of #65FD4D
Black with #65FD4D
Text Example
Text Example
White with #65FD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FD4D; }
p { color: rgb(101,253,77); }
H1.HeaderClassName
{
color: #65FD4D;
}
.AnyTagClassName
{
color: #65FD4D;
}
</style>
background-color css
<style>
a { background-color: #65FD4D; }
a { background-color: rgb(101,253,77); }
div.DivClassName
{
background-color: #65FD4D;
}
.BgClassName
{
background-color: #65FD4D;
}
</style>
border-color css
<style>
span { border-color: #65FD4D; }
span { border-color: rgb(101,253,77); }
td.TdClassName
{
border-color: #65FD4D;
}
.TagClassName
{
border-color: #65FD4D;
}
</style>