Shades of Pastel Green #65EF94
Tints of Pastel Green #65EF94
RGB
CMYK
RGB Variations
Color information
#65EF94 (or 0x65EF94) is known color: Pastel Green. HEX triplet: 65, EF and 94. RGB value is (101,239,148). Sum of RGB (Red+Green+Blue) = 101+239+148=488 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.70% from 488); Green value is 239 (93.75% from 255 or 48.98% from 488); Blue value is 148 (58.20% from 255 or 30.33% from 488); Max value from RGB is 239 - color contains mainly: green. Hex color #65EF94 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65EF94 is #9A106B. Grayscale: #BBBBBB. Windows color (decimal): -10096748 or 9760613. OLE color: 9760613.
HSL color Cylindrical-coordinate representation of color #65EF94: hue angle of 140.43º degrees, saturation: 0.81, 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 #65EF94 is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 101 | 239 | 148 | - |
| CMYK | 0.58 | 0 | 0.38 | 0.06 |
| HSL | 140.43º | 0.81% | 0.67% | - |
| HSV(B) | 140.43º | 0.58% | 0.94% | - |
| XYZ | 41.58 | 66.64 | 38.69 | - |
| YUV | 187.36 | 105.78 | 66.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 239 | 148 | 0.58 | 0 | 0.38 | 0.06 | 140.43 | 0.81 | 0.67 |
| Hex | 65 | EF | 94 | 3A | 0 | 26 | 6 | 8C | 51 | 43 |
| Octal | 145 | 357 | 224 | 72 | 0 | 46 | 6 | 214 | 121 | 103 |
| Binary | 1100101 | 11101111 | 10010100 | 111010 | 0 | 100110 | 110 | 10001100 | 1010001 | 1000011 |
Color Harmonies of #65EF94
Complementary color
Monochromatic Colors of #65EF94
Black with #65EF94
Text Example
Text Example
White with #65EF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65EF94; }
p { color: rgb(101,239,148); }
H1.HeaderClassName
{
color: #65EF94;
}
.AnyTagClassName
{
color: #65EF94;
}
</style>
background-color css
<style>
a { background-color: #65EF94; }
a { background-color: rgb(101,239,148); }
div.DivClassName
{
background-color: #65EF94;
}
.BgClassName
{
background-color: #65EF94;
}
</style>
border-color css
<style>
span { border-color: #65EF94; }
span { border-color: rgb(101,239,148); }
td.TdClassName
{
border-color: #65EF94;
}
.TagClassName
{
border-color: #65EF94;
}
</style>