#8CE474

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

Shades of Pastel Green #8CE474

Tints of Pastel Green #8CE474

Color information

#8CE474 (or 0x8CE474) is unknown color: approx Pastel Green. HEX triplet: 8C, E4 and 74. RGB value is (140,228,116). Sum of RGB (Red+Green+Blue) = 140+228+116=484 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.93% from 484); Green value is 228 (89.45% from 255 or 47.11% from 484); Blue value is 116 (45.70% from 255 or 23.97% from 484); Max value from RGB is 228 - color contains mainly: green. Hex color #8CE474 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CE474 is #731B8B. Grayscale: #BDBDBD. Windows color (decimal): -7543692 or 7660684. OLE color: 7660684.

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

Color convert

RGB140228116-
CMYK0.3900.490.11
HSL107.14º67.47%67.45%-
HSV(B)107.14º49.12%89.41%-
XYZ41.7162.3226.35-
YUV188.9286.8593.11-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.93%
GREEN value IS 228 (89.45% from 255) = 47.11%
BLUE value IS 116 (45.70% from 255) = 23.97%
R=28.93%
G=47.11%
B=23.97%

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
Decimal1402281160.3900.490.11107.1467.4767.45
Hex8CE47427031B6b4343
Octal2143441644706113153103103
Binary1000110011100100111010010011101100011011110101110000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CE474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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