Shades of Screamin' Green #65F258
Tints of Screamin' Green #65F258
RGB
CMYK
RGB Variations
Color information
#65F258 (or 0x65F258) is known color: Screamin' Green. HEX triplet: 65, F2 and 58. RGB value is (101,242,88). Sum of RGB (Red+Green+Blue) = 101+242+88=431 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.43% from 431); Green value is 242 (94.92% from 255 or 56.15% from 431); Blue value is 88 (34.77% from 255 or 20.42% from 431); Max value from RGB is 242 - color contains mainly: green. Hex color #65F258 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #65F258 is #9A0DA7. Grayscale: #B6B6B6. Windows color (decimal): -10096040 or 5829221. OLE color: 5829221.
HSL color Cylindrical-coordinate representation of color #65F258: hue angle of 114.94º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #65F258 is Cyan = 0.58, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 242 | 88 | - |
| CMYK | 0.58 | 0 | 0.64 | 0.05 |
| HSL | 114.94º | 0.86% | 0.65% | - |
| HSV(B) | 114.94º | 0.64% | 0.95% | - |
| XYZ | 38.88 | 66.98 | 20.11 | - |
| YUV | 182.29 | 74.79 | 70.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 242 | 88 | 0.58 | 0 | 0.64 | 0.05 | 114.94 | 0.86 | 0.65 |
| Hex | 65 | F2 | 58 | 3A | 0 | 40 | 5 | 73 | 56 | 41 |
| Octal | 145 | 362 | 130 | 72 | 0 | 100 | 5 | 163 | 126 | 101 |
| Binary | 1100101 | 11110010 | 1011000 | 111010 | 0 | 1000000 | 101 | 1110011 | 1010110 | 1000001 |
Color Harmonies of #65F258
Complementary color
Monochromatic Colors of #65F258
Black with #65F258
Text Example
Text Example
White with #65F258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F258; }
p { color: rgb(101,242,88); }
H1.HeaderClassName
{
color: #65F258;
}
.AnyTagClassName
{
color: #65F258;
}
</style>
background-color css
<style>
a { background-color: #65F258; }
a { background-color: rgb(101,242,88); }
div.DivClassName
{
background-color: #65F258;
}
.BgClassName
{
background-color: #65F258;
}
</style>
border-color css
<style>
span { border-color: #65F258; }
span { border-color: rgb(101,242,88); }
td.TdClassName
{
border-color: #65F258;
}
.TagClassName
{
border-color: #65F258;
}
</style>