#8BE175

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

Shades of Pastel Green #8BE175

Tints of Pastel Green #8BE175

Color information

#8BE175 (or 0x8BE175) is unknown color: approx Pastel Green. HEX triplet: 8B, E1 and 75. RGB value is (139,225,117). Sum of RGB (Red+Green+Blue) = 139+225+117=481 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.90% from 481); Green value is 225 (88.28% from 255 or 46.78% from 481); Blue value is 117 (46.09% from 255 or 24.32% from 481); Max value from RGB is 225 - color contains mainly: green. Hex color #8BE175 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BE175 is #741E8A. Grayscale: #BBBBBB. Windows color (decimal): -7609995 or 7725451. OLE color: 7725451.

HSL color Cylindrical-coordinate representation of color #8BE175: hue angle of 107.78º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8BE175 is Cyan = 0.38, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB139225117-
CMYK0.3800.480.12
HSL107.78º64.29%67.06%-
HSV(B)107.78º48%88.24%-
XYZ40.7860.6226.38-
YUV186.9788.5193.78-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.90%
GREEN value IS 225 (88.28% from 255) = 46.78%
BLUE value IS 117 (46.09% from 255) = 24.32%
R=28.90%
G=46.78%
B=24.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1392251170.3800.480.12107.7864.2967.06
Hex8BE17526030C6c4043
Octal2133411654606014154100103
Binary1000101111100001111010110011001100001100110110010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BE175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8BE175; }

 p { color: rgb(139,225,117); }

 H1.HeaderClassName
 {
   color: #8BE175;
 }
 .AnyTagClassName
 {
   color: #8BE175;
 }
</style>
background-color css

<style>
 a { background-color: #8BE175; }

 a { background-color: rgb(139,225,117); }

 div.DivClassName
 {
   background-color: #8BE175;
 }
 .BgClassName
 {
   background-color: #8BE175;
 }
</style>
border-color css

<style>
 span { border-color: #8BE175; }

 span { border-color: rgb(139,225,117); }

 td.TdClassName
 {
   border-color: #8BE175;
 }
 .TagClassName
 {
   border-color: #8BE175;
 }
</style>