Shades of Pastel Green #65F192
Tints of Pastel Green #65F192
RGB
CMYK
RGB Variations
Color information
#65F192 (or 0x65F192) is known color: Pastel Green. HEX triplet: 65, F1 and 92. RGB value is (101,241,146). Sum of RGB (Red+Green+Blue) = 101+241+146=488 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.70% from 488); Green value is 241 (94.53% from 255 or 49.39% from 488); Blue value is 146 (57.42% from 255 or 29.92% from 488); Max value from RGB is 241 - color contains mainly: green. Hex color #65F192 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65F192 is #9A0E6D. Grayscale: #BCBCBC. Windows color (decimal): -10096238 or 9630053. OLE color: 9630053.
HSL color Cylindrical-coordinate representation of color #65F192: hue angle of 139.29º 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 #65F192 is Cyan = 0.58, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 241 | 146 | - |
| CMYK | 0.58 | 0 | 0.39 | 0.05 |
| HSL | 139.29º | 0.83% | 0.67% | - |
| HSV(B) | 139.29º | 0.58% | 0.95% | - |
| XYZ | 42.01 | 67.75 | 38.06 | - |
| YUV | 188.31 | 104.12 | 65.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 241 | 146 | 0.58 | 0 | 0.39 | 0.05 | 139.29 | 0.83 | 0.67 |
| Hex | 65 | F1 | 92 | 3A | 0 | 27 | 5 | 8B | 53 | 43 |
| Octal | 145 | 361 | 222 | 72 | 0 | 47 | 5 | 213 | 123 | 103 |
| Binary | 1100101 | 11110001 | 10010010 | 111010 | 0 | 100111 | 101 | 10001011 | 1010011 | 1000011 |
Color Harmonies of #65F192
Complementary color
Monochromatic Colors of #65F192
Black with #65F192
Text Example
Text Example
White with #65F192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F192; }
p { color: rgb(101,241,146); }
H1.HeaderClassName
{
color: #65F192;
}
.AnyTagClassName
{
color: #65F192;
}
</style>
background-color css
<style>
a { background-color: #65F192; }
a { background-color: rgb(101,241,146); }
div.DivClassName
{
background-color: #65F192;
}
.BgClassName
{
background-color: #65F192;
}
</style>
border-color css
<style>
span { border-color: #65F192; }
span { border-color: rgb(101,241,146); }
td.TdClassName
{
border-color: #65F192;
}
.TagClassName
{
border-color: #65F192;
}
</style>