#89F275

Color #89F275 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #89F275

Tints of Pastel Green #89F275

Color information

#89F275 (or 0x89F275) is unknown color: approx 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

RGB137242117-
CMYK0.4300.520.05
HSL110.4º82.78%70.39%-
HSV(B)110.4º51.65%94.9%-
XYZ45.2870.1127.98-
YUV196.3683.2185.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 137 (53.91% from 255) = 27.62%
GREEN value IS 242 (94.92% from 255) = 48.79%
BLUE value IS 117 (46.09% from 255) = 23.59%
R=27.62%
G=48.79%
B=23.59%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1372421170.4300.520.05110.482.7870.39
Hex89F2752B03456e5346
Octal211362165530645156123106
Binary100010011111001011101011010110110100101110111010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89F275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>