Shades of Pastel Green #65F992
Tints of Pastel Green #65F992
RGB
CMYK
RGB Variations
Color information
#65F992 (or 0x65F992) is known color: Pastel Green. HEX triplet: 65, F9 and 92. RGB value is (101,249,146). Sum of RGB (Red+Green+Blue) = 101+249+146=496 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.36% from 496); Green value is 249 (97.66% from 255 or 50.20% from 496); Blue value is 146 (57.42% from 255 or 29.44% from 496); Max value from RGB is 249 - color contains mainly: green. Hex color #65F992 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65F992 is #9A066D. Grayscale: #C1C1C1. Windows color (decimal): -10094190 or 9632101. OLE color: 9632101.
HSL color Cylindrical-coordinate representation of color #65F992: hue angle of 138.24º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65F992 is Cyan = 0.59, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 249 | 146 | - |
| CMYK | 0.59 | 0 | 0.41 | 0.02 |
| HSL | 138.24º | 0.93% | 0.69% | - |
| HSV(B) | 138.24º | 0.59% | 0.98% | - |
| XYZ | 44.43 | 72.59 | 38.86 | - |
| YUV | 193.01 | 101.47 | 62.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 249 | 146 | 0.59 | 0 | 0.41 | 0.02 | 138.24 | 0.93 | 0.69 |
| Hex | 65 | F9 | 92 | 3B | 0 | 29 | 2 | 8A | 5C | 45 |
| Octal | 145 | 371 | 222 | 73 | 0 | 51 | 2 | 212 | 134 | 105 |
| Binary | 1100101 | 11111001 | 10010010 | 111011 | 0 | 101001 | 10 | 10001010 | 1011100 | 1000101 |
Color Harmonies of #65F992
Complementary color
Monochromatic Colors of #65F992
Black with #65F992
Text Example
Text Example
White with #65F992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F992; }
p { color: rgb(101,249,146); }
H1.HeaderClassName
{
color: #65F992;
}
.AnyTagClassName
{
color: #65F992;
}
</style>
background-color css
<style>
a { background-color: #65F992; }
a { background-color: rgb(101,249,146); }
div.DivClassName
{
background-color: #65F992;
}
.BgClassName
{
background-color: #65F992;
}
</style>
border-color css
<style>
span { border-color: #65F992; }
span { border-color: rgb(101,249,146); }
td.TdClassName
{
border-color: #65F992;
}
.TagClassName
{
border-color: #65F992;
}
</style>