Shades of Pastel Green #65F191
Tints of Pastel Green #65F191
RGB
CMYK
RGB Variations
Color information
#65F191 (or 0x65F191) is known color: Pastel Green. HEX triplet: 65, F1 and 91. RGB value is (101,241,145). Sum of RGB (Red+Green+Blue) = 101+241+145=487 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.74% from 487); Green value is 241 (94.53% from 255 or 49.49% from 487); Blue value is 145 (57.03% from 255 or 29.77% from 487); Max value from RGB is 241 - color contains mainly: green. Hex color #65F191 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65F191 is #9A0E6E. Grayscale: #BCBCBC. Windows color (decimal): -10096239 or 9564517. OLE color: 9564517.
HSL color Cylindrical-coordinate representation of color #65F191: hue angle of 138.86º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65F191 is Cyan = 0.58, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 241 | 145 | - |
| CMYK | 0.58 | 0 | 0.40 | 0.05 |
| HSL | 138.86º | 0.83% | 0.67% | - |
| HSV(B) | 138.86º | 0.58% | 0.95% | - |
| XYZ | 41.93 | 67.72 | 37.65 | - |
| YUV | 188.2 | 103.62 | 65.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 241 | 145 | 0.58 | 0 | 0.40 | 0.05 | 138.86 | 0.83 | 0.67 |
| Hex | 65 | F1 | 91 | 3A | 0 | 28 | 5 | 8B | 53 | 43 |
| Octal | 145 | 361 | 221 | 72 | 0 | 50 | 5 | 213 | 123 | 103 |
| Binary | 1100101 | 11110001 | 10010001 | 111010 | 0 | 101000 | 101 | 10001011 | 1010011 | 1000011 |
Color Harmonies of #65F191
Complementary color
Monochromatic Colors of #65F191
Black with #65F191
Text Example
Text Example
White with #65F191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F191; }
p { color: rgb(101,241,145); }
H1.HeaderClassName
{
color: #65F191;
}
.AnyTagClassName
{
color: #65F191;
}
</style>
background-color css
<style>
a { background-color: #65F191; }
a { background-color: rgb(101,241,145); }
div.DivClassName
{
background-color: #65F191;
}
.BgClassName
{
background-color: #65F191;
}
</style>
border-color css
<style>
span { border-color: #65F191; }
span { border-color: rgb(101,241,145); }
td.TdClassName
{
border-color: #65F191;
}
.TagClassName
{
border-color: #65F191;
}
</style>