Shades of Pastel Green #89F275
Tints of Pastel Green #89F275
RGB
CMYK
RGB Variations
Color information
#89F275 (or 0x89F275) is known color: Pastel Green. HEX triplet: 89, F2 and 75. RGB value is (137,242,117). Sum of RGB (Red+Green+Blue) = 137+242+117=496 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.62% from 496); Green value is 242 (94.92% from 255 or 48.79% from 496); Blue value is 117 (46.09% from 255 or 23.59% from 496); Max value from RGB is 242 - color contains mainly: green. Hex color #89F275 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #89F275 is #760D8A. Grayscale: #C4C4C4. Windows color (decimal): -7736715 or 7729801. OLE color: 7729801.
HSL color Cylindrical-coordinate representation of color #89F275: hue angle of 110.4º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #89F275 is Cyan = 0.43, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 137 | 242 | 117 | - |
| CMYK | 0.43 | 0 | 0.52 | 0.05 |
| HSL | 110.4º | 0.83% | 0.7% | - |
| HSV(B) | 110.4º | 0.52% | 0.95% | - |
| XYZ | 45.28 | 70.11 | 27.98 | - |
| YUV | 196.36 | 83.21 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 242 | 117 | 0.43 | 0 | 0.52 | 0.05 | 110.4 | 0.83 | 0.7 |
| Hex | 89 | F2 | 75 | 2B | 0 | 34 | 5 | 6E | 53 | 46 |
| Octal | 211 | 362 | 165 | 53 | 0 | 64 | 5 | 156 | 123 | 106 |
| Binary | 10001001 | 11110010 | 1110101 | 101011 | 0 | 110100 | 101 | 1101110 | 1010011 | 1000110 |
Color Harmonies of #89F275
Complementary color
Monochromatic Colors of #89F275
Black with #89F275
Text Example
Text Example
White with #89F275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89F275; }
p { color: rgb(137,242,117); }
H1.HeaderClassName
{
color: #89F275;
}
.AnyTagClassName
{
color: #89F275;
}
</style>
background-color css
<style>
a { background-color: #89F275; }
a { background-color: rgb(137,242,117); }
div.DivClassName
{
background-color: #89F275;
}
.BgClassName
{
background-color: #89F275;
}
</style>
border-color css
<style>
span { border-color: #89F275; }
span { border-color: rgb(137,242,117); }
td.TdClassName
{
border-color: #89F275;
}
.TagClassName
{
border-color: #89F275;
}
</style>