Shades of Pastel Green #65F590
Tints of Pastel Green #65F590
RGB
CMYK
RGB Variations
Color information
#65F590 (or 0x65F590) is known color: Pastel Green. HEX triplet: 65, F5 and 90. RGB value is (101,245,144). Sum of RGB (Red+Green+Blue) = 101+245+144=490 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.61% from 490); Green value is 245 (96.09% from 255 or 50% from 490); Blue value is 144 (56.64% from 255 or 29.39% from 490); Max value from RGB is 245 - color contains mainly: green. Hex color #65F590 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65F590 is #9A0A6F. Grayscale: #BEBEBE. Windows color (decimal): -10095216 or 9500005. OLE color: 9500005.
HSL color Cylindrical-coordinate representation of color #65F590: hue angle of 137.92º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65F590 is Cyan = 0.59, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 101 | 245 | 144 | - |
| CMYK | 0.59 | 0 | 0.41 | 0.04 |
| HSL | 137.92º | 0.88% | 0.68% | - |
| HSV(B) | 137.92º | 0.59% | 0.96% | - |
| XYZ | 43.05 | 70.09 | 37.64 | - |
| YUV | 190.43 | 101.79 | 64.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 245 | 144 | 0.59 | 0 | 0.41 | 0.04 | 137.92 | 0.88 | 0.68 |
| Hex | 65 | F5 | 90 | 3B | 0 | 29 | 4 | 8A | 58 | 44 |
| Octal | 145 | 365 | 220 | 73 | 0 | 51 | 4 | 212 | 130 | 104 |
| Binary | 1100101 | 11110101 | 10010000 | 111011 | 0 | 101001 | 100 | 10001010 | 1011000 | 1000100 |
Color Harmonies of #65F590
Complementary color
Monochromatic Colors of #65F590
Black with #65F590
Text Example
Text Example
White with #65F590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F590; }
p { color: rgb(101,245,144); }
H1.HeaderClassName
{
color: #65F590;
}
.AnyTagClassName
{
color: #65F590;
}
</style>
background-color css
<style>
a { background-color: #65F590; }
a { background-color: rgb(101,245,144); }
div.DivClassName
{
background-color: #65F590;
}
.BgClassName
{
background-color: #65F590;
}
</style>
border-color css
<style>
span { border-color: #65F590; }
span { border-color: rgb(101,245,144); }
td.TdClassName
{
border-color: #65F590;
}
.TagClassName
{
border-color: #65F590;
}
</style>