Shades of Pastel Green #65F293
Tints of Pastel Green #65F293
RGB
CMYK
RGB Variations
Color information
#65F293 (or 0x65F293) is known color: Pastel Green. HEX triplet: 65, F2 and 93. RGB value is (101,242,147). Sum of RGB (Red+Green+Blue) = 101+242+147=490 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.61% from 490); Green value is 242 (94.92% from 255 or 49.39% from 490); Blue value is 147 (57.81% from 255 or 30% from 490); Max value from RGB is 242 - color contains mainly: green. Hex color #65F293 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65F293 is #9A0D6C. Grayscale: #BDBDBD. Windows color (decimal): -10095981 or 9695845. OLE color: 9695845.
HSL color Cylindrical-coordinate representation of color #65F293: hue angle of 139.57º degrees, saturation: 0.84, 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 #65F293 is Cyan = 0.58, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 242 | 147 | - |
| CMYK | 0.58 | 0 | 0.39 | 0.05 |
| HSL | 139.57º | 0.84% | 0.67% | - |
| HSV(B) | 139.57º | 0.58% | 0.95% | - |
| XYZ | 42.39 | 68.38 | 38.57 | - |
| YUV | 189.01 | 104.29 | 65.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 242 | 147 | 0.58 | 0 | 0.39 | 0.05 | 139.57 | 0.84 | 0.67 |
| Hex | 65 | F2 | 93 | 3A | 0 | 27 | 5 | 8C | 54 | 43 |
| Octal | 145 | 362 | 223 | 72 | 0 | 47 | 5 | 214 | 124 | 103 |
| Binary | 1100101 | 11110010 | 10010011 | 111010 | 0 | 100111 | 101 | 10001100 | 1010100 | 1000011 |
Color Harmonies of #65F293
Complementary color
Monochromatic Colors of #65F293
Black with #65F293
Text Example
Text Example
White with #65F293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F293; }
p { color: rgb(101,242,147); }
H1.HeaderClassName
{
color: #65F293;
}
.AnyTagClassName
{
color: #65F293;
}
</style>
background-color css
<style>
a { background-color: #65F293; }
a { background-color: rgb(101,242,147); }
div.DivClassName
{
background-color: #65F293;
}
.BgClassName
{
background-color: #65F293;
}
</style>
border-color css
<style>
span { border-color: #65F293; }
span { border-color: rgb(101,242,147); }
td.TdClassName
{
border-color: #65F293;
}
.TagClassName
{
border-color: #65F293;
}
</style>