#8CE475

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

Shades of Pastel Green #8CE475

Tints of Pastel Green #8CE475

Color information

#8CE475 (or 0x8CE475) is unknown color: approx Pastel Green. HEX triplet: 8C, E4 and 75. RGB value is (140,228,117). Sum of RGB (Red+Green+Blue) = 140+228+117=485 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.87% from 485); Green value is 228 (89.45% from 255 or 47.01% from 485); Blue value is 117 (46.09% from 255 or 24.12% from 485); Max value from RGB is 228 - color contains mainly: green. Hex color #8CE475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CE475 is #731B8A. Grayscale: #BDBDBD. Windows color (decimal): -7543691 or 7726220. OLE color: 7726220.

HSL color Cylindrical-coordinate representation of color #8CE475: hue angle of 107.57º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8CE475 is Cyan = 0.39, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB140228117-
CMYK0.3900.490.11
HSL107.57º67.27%67.65%-
HSV(B)107.57º48.68%89.41%-
XYZ41.7762.3526.66-
YUV189.0387.3593.03-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.87%
GREEN value IS 228 (89.45% from 255) = 47.01%
BLUE value IS 117 (46.09% from 255) = 24.12%
R=28.87%
G=47.01%
B=24.12%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1402281170.3900.490.11107.5767.2767.65
Hex8CE47527031B6c4344
Octal2143441654706113154103104
Binary1000110011100100111010110011101100011011110110010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CE475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,228,117); }

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

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

 a { background-color: rgb(140,228,117); }

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

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

 span { border-color: rgb(140,228,117); }

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