Shades of Pastel Green #65F795
Tints of Pastel Green #65F795
RGB
CMYK
RGB Variations
Color information
#65F795 (or 0x65F795) is known color: Pastel Green. HEX triplet: 65, F7 and 95. RGB value is (101,247,149). Sum of RGB (Red+Green+Blue) = 101+247+149=497 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.32% from 497); Green value is 247 (96.88% from 255 or 49.70% from 497); Blue value is 149 (58.59% from 255 or 29.98% from 497); Max value from RGB is 247 - color contains mainly: green. Hex color #65F795 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65F795 is #9A086A. Grayscale: #C0C0C0. Windows color (decimal): -10094699 or 9828197. OLE color: 9828197.
HSL color Cylindrical-coordinate representation of color #65F795: hue angle of 139.73º degrees, saturation: 0.9, 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 #65F795 is Cyan = 0.59, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 101 | 247 | 149 | - |
| CMYK | 0.59 | 0 | 0.40 | 0.03 |
| HSL | 139.73º | 0.9% | 0.68% | - |
| HSV(B) | 139.73º | 0.59% | 0.97% | - |
| XYZ | 44.05 | 71.46 | 39.9 | - |
| YUV | 192.17 | 103.63 | 62.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 247 | 149 | 0.59 | 0 | 0.40 | 0.03 | 139.73 | 0.9 | 0.68 |
| Hex | 65 | F7 | 95 | 3B | 0 | 28 | 3 | 8C | 5A | 44 |
| Octal | 145 | 367 | 225 | 73 | 0 | 50 | 3 | 214 | 132 | 104 |
| Binary | 1100101 | 11110111 | 10010101 | 111011 | 0 | 101000 | 11 | 10001100 | 1011010 | 1000100 |
Color Harmonies of #65F795
Complementary color
Monochromatic Colors of #65F795
Black with #65F795
Text Example
Text Example
White with #65F795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F795; }
p { color: rgb(101,247,149); }
H1.HeaderClassName
{
color: #65F795;
}
.AnyTagClassName
{
color: #65F795;
}
</style>
background-color css
<style>
a { background-color: #65F795; }
a { background-color: rgb(101,247,149); }
div.DivClassName
{
background-color: #65F795;
}
.BgClassName
{
background-color: #65F795;
}
</style>
border-color css
<style>
span { border-color: #65F795; }
span { border-color: rgb(101,247,149); }
td.TdClassName
{
border-color: #65F795;
}
.TagClassName
{
border-color: #65F795;
}
</style>