Shades of Pastel Green #65F08A
Tints of Pastel Green #65F08A
RGB
CMYK
RGB Variations
Color information
#65F08A (or 0x65F08A) is known color: Pastel Green. HEX triplet: 65, F0 and 8A. RGB value is (101,240,138). Sum of RGB (Red+Green+Blue) = 101+240+138=479 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.09% from 479); Green value is 240 (94.14% from 255 or 50.10% from 479); Blue value is 138 (54.30% from 255 or 28.81% from 479); Max value from RGB is 240 - color contains mainly: green. Hex color #65F08A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65F08A is #9A0F75. Grayscale: #BBBBBB. Windows color (decimal): -10096502 or 9105509. OLE color: 9105509.
HSL color Cylindrical-coordinate representation of color #65F08A: hue angle of 135.97º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65F08A is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 101 | 240 | 138 | - |
| CMYK | 0.58 | 0 | 0.42 | 0.06 |
| HSL | 135.97º | 0.82% | 0.67% | - |
| HSV(B) | 135.97º | 0.58% | 0.94% | - |
| XYZ | 41.11 | 66.92 | 34.8 | - |
| YUV | 186.81 | 100.45 | 66.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 240 | 138 | 0.58 | 0 | 0.42 | 0.06 | 135.97 | 0.82 | 0.67 |
| Hex | 65 | F0 | 8A | 3A | 0 | 2A | 6 | 88 | 52 | 43 |
| Octal | 145 | 360 | 212 | 72 | 0 | 52 | 6 | 210 | 122 | 103 |
| Binary | 1100101 | 11110000 | 10001010 | 111010 | 0 | 101010 | 110 | 10001000 | 1010010 | 1000011 |
Color Harmonies of #65F08A
Complementary color
Monochromatic Colors of #65F08A
Black with #65F08A
Text Example
Text Example
White with #65F08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F08A; }
p { color: rgb(101,240,138); }
H1.HeaderClassName
{
color: #65F08A;
}
.AnyTagClassName
{
color: #65F08A;
}
</style>
background-color css
<style>
a { background-color: #65F08A; }
a { background-color: rgb(101,240,138); }
div.DivClassName
{
background-color: #65F08A;
}
.BgClassName
{
background-color: #65F08A;
}
</style>
border-color css
<style>
span { border-color: #65F08A; }
span { border-color: rgb(101,240,138); }
td.TdClassName
{
border-color: #65F08A;
}
.TagClassName
{
border-color: #65F08A;
}
</style>