Shades of Pastel Green #65F794
Tints of Pastel Green #65F794
RGB
CMYK
RGB Variations
Color information
#65F794 (or 0x65F794) is known color: Pastel Green. HEX triplet: 65, F7 and 94. RGB value is (101,247,148). Sum of RGB (Red+Green+Blue) = 101+247+148=496 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.36% from 496); Green value is 247 (96.88% from 255 or 49.80% from 496); Blue value is 148 (58.20% from 255 or 29.84% from 496); Max value from RGB is 247 - color contains mainly: green. Hex color #65F794 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65F794 is #9A086B. Grayscale: #C0C0C0. Windows color (decimal): -10094700 or 9762661. OLE color: 9762661.
HSL color Cylindrical-coordinate representation of color #65F794: hue angle of 139.32º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65F794 is Cyan = 0.59, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 101 | 247 | 148 | - |
| CMYK | 0.59 | 0 | 0.40 | 0.03 |
| HSL | 139.32º | 0.9% | 0.68% | - |
| HSV(B) | 139.32º | 0.59% | 0.97% | - |
| XYZ | 43.97 | 71.43 | 39.49 | - |
| YUV | 192.06 | 103.13 | 63.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 247 | 148 | 0.59 | 0 | 0.40 | 0.03 | 139.32 | 0.9 | 0.68 |
| Hex | 65 | F7 | 94 | 3B | 0 | 28 | 3 | 8B | 5A | 44 |
| Octal | 145 | 367 | 224 | 73 | 0 | 50 | 3 | 213 | 132 | 104 |
| Binary | 1100101 | 11110111 | 10010100 | 111011 | 0 | 101000 | 11 | 10001011 | 1011010 | 1000100 |
Color Harmonies of #65F794
Complementary color
Monochromatic Colors of #65F794
Black with #65F794
Text Example
Text Example
White with #65F794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F794; }
p { color: rgb(101,247,148); }
H1.HeaderClassName
{
color: #65F794;
}
.AnyTagClassName
{
color: #65F794;
}
</style>
background-color css
<style>
a { background-color: #65F794; }
a { background-color: rgb(101,247,148); }
div.DivClassName
{
background-color: #65F794;
}
.BgClassName
{
background-color: #65F794;
}
</style>
border-color css
<style>
span { border-color: #65F794; }
span { border-color: rgb(101,247,148); }
td.TdClassName
{
border-color: #65F794;
}
.TagClassName
{
border-color: #65F794;
}
</style>