Shades of Screamin' Green #65F98A
Tints of Screamin' Green #65F98A
RGB
CMYK
RGB Variations
Color information
#65F98A (or 0x65F98A) is known color: Screamin' Green. HEX triplet: 65, F9 and 8A. RGB value is (101,249,138). Sum of RGB (Red+Green+Blue) = 101+249+138=488 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.70% from 488); Green value is 249 (97.66% from 255 or 51.02% from 488); Blue value is 138 (54.30% from 255 or 28.28% from 488); Max value from RGB is 249 - color contains mainly: green. Hex color #65F98A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65F98A is #9A0675. Grayscale: #C0C0C0. Windows color (decimal): -10094198 or 9107813. OLE color: 9107813.
HSL color Cylindrical-coordinate representation of color #65F98A: hue angle of 135º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65F98A is Cyan = 0.59, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 249 | 138 | - |
| CMYK | 0.59 | 0 | 0.45 | 0.02 |
| HSL | 135º | 0.93% | 0.69% | - |
| HSV(B) | 135º | 0.59% | 0.98% | - |
| XYZ | 43.83 | 72.35 | 35.7 | - |
| YUV | 192.09 | 97.47 | 63.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 249 | 138 | 0.59 | 0 | 0.45 | 0.02 | 135 | 0.93 | 0.69 |
| Hex | 65 | F9 | 8A | 3B | 0 | 2D | 2 | 87 | 5C | 45 |
| Octal | 145 | 371 | 212 | 73 | 0 | 55 | 2 | 207 | 134 | 105 |
| Binary | 1100101 | 11111001 | 10001010 | 111011 | 0 | 101101 | 10 | 10000111 | 1011100 | 1000101 |
Color Harmonies of #65F98A
Complementary color
Monochromatic Colors of #65F98A
Black with #65F98A
Text Example
Text Example
White with #65F98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F98A; }
p { color: rgb(101,249,138); }
H1.HeaderClassName
{
color: #65F98A;
}
.AnyTagClassName
{
color: #65F98A;
}
</style>
background-color css
<style>
a { background-color: #65F98A; }
a { background-color: rgb(101,249,138); }
div.DivClassName
{
background-color: #65F98A;
}
.BgClassName
{
background-color: #65F98A;
}
</style>
border-color css
<style>
span { border-color: #65F98A; }
span { border-color: rgb(101,249,138); }
td.TdClassName
{
border-color: #65F98A;
}
.TagClassName
{
border-color: #65F98A;
}
</style>