#8BEA74

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

Shades of Pastel Green #8BEA74

Tints of Pastel Green #8BEA74

Color information

#8BEA74 (or 0x8BEA74) is unknown color: approx Pastel Green. HEX triplet: 8B, EA and 74. RGB value is (139,234,116). Sum of RGB (Red+Green+Blue) = 139+234+116=489 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.43% from 489); Green value is 234 (91.80% from 255 or 47.85% from 489); Blue value is 116 (45.70% from 255 or 23.72% from 489); Max value from RGB is 234 - color contains mainly: green. Hex color #8BEA74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8BEA74 is #74158B. Grayscale: #C0C0C0. Windows color (decimal): -7607692 or 7662219. OLE color: 7662219.

HSL color Cylindrical-coordinate representation of color #8BEA74: hue angle of 108.31º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8BEA74 is Cyan = 0.41, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB139234116-
CMYK0.4100.500.08
HSL108.31º73.75%68.63%-
HSV(B)108.31º50.43%91.76%-
XYZ43.2265.626.91-
YUV192.1485.0390.09-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.43%
GREEN value IS 234 (91.80% from 255) = 47.85%
BLUE value IS 116 (45.70% from 255) = 23.72%
R=28.43%
G=47.85%
B=23.72%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1392341160.4100.500.08108.3173.7568.63
Hex8BEA742903286c4a45
Octal2133521645106210154112105
Binary1000101111101010111010010100101100101000110110010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BEA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,234,116); }

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

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

 a { background-color: rgb(139,234,116); }

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

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

 span { border-color: rgb(139,234,116); }

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