Shades of Pastel Green #65FA91
Tints of Pastel Green #65FA91
RGB
CMYK
RGB Variations
Color information
#65FA91 (or 0x65FA91) is known color: Pastel Green. HEX triplet: 65, FA and 91. RGB value is (101,250,145). Sum of RGB (Red+Green+Blue) = 101+250+145=496 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.36% from 496); Green value is 250 (98.05% from 255 or 50.40% from 496); Blue value is 145 (57.03% from 255 or 29.23% from 496); Max value from RGB is 250 - color contains mainly: green. Hex color #65FA91 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65FA91 is #9A056E. Grayscale: #C1C1C1. Windows color (decimal): -10093935 or 9566821. OLE color: 9566821.
HSL color Cylindrical-coordinate representation of color #65FA91: hue angle of 137.72º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65FA91 is Cyan = 0.60, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 250 | 145 | - |
| CMYK | 0.60 | 0 | 0.42 | 0.02 |
| HSL | 137.72º | 0.94% | 0.69% | - |
| HSV(B) | 137.72º | 0.6% | 0.98% | - |
| XYZ | 44.66 | 73.18 | 38.56 | - |
| YUV | 193.48 | 100.64 | 62.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 250 | 145 | 0.60 | 0 | 0.42 | 0.02 | 137.72 | 0.94 | 0.69 |
| Hex | 65 | FA | 91 | 3C | 0 | 2A | 2 | 8A | 5E | 45 |
| Octal | 145 | 372 | 221 | 74 | 0 | 52 | 2 | 212 | 136 | 105 |
| Binary | 1100101 | 11111010 | 10010001 | 111100 | 0 | 101010 | 10 | 10001010 | 1011110 | 1000101 |
Color Harmonies of #65FA91
Complementary color
Monochromatic Colors of #65FA91
Black with #65FA91
Text Example
Text Example
White with #65FA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FA91; }
p { color: rgb(101,250,145); }
H1.HeaderClassName
{
color: #65FA91;
}
.AnyTagClassName
{
color: #65FA91;
}
</style>
background-color css
<style>
a { background-color: #65FA91; }
a { background-color: rgb(101,250,145); }
div.DivClassName
{
background-color: #65FA91;
}
.BgClassName
{
background-color: #65FA91;
}
</style>
border-color css
<style>
span { border-color: #65FA91; }
span { border-color: rgb(101,250,145); }
td.TdClassName
{
border-color: #65FA91;
}
.TagClassName
{
border-color: #65FA91;
}
</style>