Shades of Light Green #65F896
Tints of Light Green #65F896
RGB
CMYK
RGB Variations
Color information
#65F896 (or 0x65F896) is known color: Light Green. HEX triplet: 65, F8 and 96. RGB value is (101,248,150). Sum of RGB (Red+Green+Blue) = 101+248+150=499 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.24% from 499); Green value is 248 (97.27% from 255 or 49.70% from 499); Blue value is 150 (58.98% from 255 or 30.06% from 499); Max value from RGB is 248 - color contains mainly: green. Hex color #65F896 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65F896 is #9A0769. Grayscale: #C1C1C1. Windows color (decimal): -10094442 or 9893989. OLE color: 9893989.
HSL color Cylindrical-coordinate representation of color #65F896: hue angle of 140º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65F896 is Cyan = 0.59, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 101 | 248 | 150 | - |
| CMYK | 0.59 | 0 | 0.40 | 0.03 |
| HSL | 140º | 0.91% | 0.68% | - |
| HSV(B) | 140º | 0.59% | 0.97% | - |
| XYZ | 44.44 | 72.1 | 40.43 | - |
| YUV | 192.88 | 103.8 | 62.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 248 | 150 | 0.59 | 0 | 0.40 | 0.03 | 140 | 0.91 | 0.68 |
| Hex | 65 | F8 | 96 | 3B | 0 | 28 | 3 | 8C | 5B | 44 |
| Octal | 145 | 370 | 226 | 73 | 0 | 50 | 3 | 214 | 133 | 104 |
| Binary | 1100101 | 11111000 | 10010110 | 111011 | 0 | 101000 | 11 | 10001100 | 1011011 | 1000100 |
Color Harmonies of #65F896
Complementary color
Monochromatic Colors of #65F896
Black with #65F896
Text Example
Text Example
White with #65F896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F896; }
p { color: rgb(101,248,150); }
H1.HeaderClassName
{
color: #65F896;
}
.AnyTagClassName
{
color: #65F896;
}
</style>
background-color css
<style>
a { background-color: #65F896; }
a { background-color: rgb(101,248,150); }
div.DivClassName
{
background-color: #65F896;
}
.BgClassName
{
background-color: #65F896;
}
</style>
border-color css
<style>
span { border-color: #65F896; }
span { border-color: rgb(101,248,150); }
td.TdClassName
{
border-color: #65F896;
}
.TagClassName
{
border-color: #65F896;
}
</style>