#8DE370

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

Shades of Pastel Green #8DE370

Tints of Pastel Green #8DE370

Color information

#8DE370 (or 0x8DE370) is unknown color: approx Pastel Green. HEX triplet: 8D, E3 and 70. RGB value is (141,227,112). Sum of RGB (Red+Green+Blue) = 141+227+112=480 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.38% from 480); Green value is 227 (89.06% from 255 or 47.29% from 480); Blue value is 112 (44.14% from 255 or 23.33% from 480); Max value from RGB is 227 - color contains mainly: green. Hex color #8DE370 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DE370 is #721C8F. Grayscale: #BCBCBC. Windows color (decimal): -7478416 or 7398285. OLE color: 7398285.

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

Color convert

RGB141227112-
CMYK0.3800.510.11
HSL104.87º67.25%66.47%-
HSV(B)104.87º50.66%89.02%-
XYZ41.3861.7725.07-
YUV188.1885.0194.35-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.38%
GREEN value IS 227 (89.06% from 255) = 47.29%
BLUE value IS 112 (44.14% from 255) = 23.33%
R=29.38%
G=47.29%
B=23.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1412271120.3800.510.11104.8767.2566.47
Hex8DE37026033B694342
Octal2153431604606313151103102
Binary1000110111100011111000010011001100111011110100110000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DE370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,227,112); }

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

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

 a { background-color: rgb(141,227,112); }

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

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

 span { border-color: rgb(141,227,112); }

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