#8DE372

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

Shades of Pastel Green #8DE372

Tints of Pastel Green #8DE372

Color information

#8DE372 (or 0x8DE372) is unknown color: approx Pastel Green. HEX triplet: 8D, E3 and 72. RGB value is (141,227,114). Sum of RGB (Red+Green+Blue) = 141+227+114=482 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.25% from 482); Green value is 227 (89.06% from 255 or 47.10% from 482); Blue value is 114 (44.92% from 255 or 23.65% from 482); Max value from RGB is 227 - color contains mainly: green. Hex color #8DE372 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DE372 is #721C8D. Grayscale: #BCBCBC. Windows color (decimal): -7478414 or 7529357. OLE color: 7529357.

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

Color convert

RGB141227114-
CMYK0.3800.500.11
HSL105.66º66.86%66.86%-
HSV(B)105.66º49.78%89.02%-
XYZ41.4961.8225.66-
YUV188.486.0194.19-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.25%
GREEN value IS 227 (89.06% from 255) = 47.10%
BLUE value IS 114 (44.92% from 255) = 23.65%
R=29.25%
G=47.10%
B=23.65%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1412271140.3800.500.11105.6666.8666.86
Hex8DE37226032B6a4343
Octal2153431624606213152103103
Binary1000110111100011111001010011001100101011110101010000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DE372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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