Html Css Color HEX #8DE485 Light Green

📋 copy color: '#8DE485'

red 141 ◦ green 228 ◦ blue 133

#8DE485
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Green #8DE485

Tints of Light Green #8DE485

RGB

 RED value IS 141 (55.47% from 255) = 28.09%

 GREEN value IS 228 (89.45% from 255) = 45.42%

 BLUE value IS 133 (52.34% from 255) = 26.49%

R = 28.09%
G = 45.42%
B = 26.49%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#8DE485 (or 0x8DE485) is known color: Light Green. HEX triplet: 8D, E4 and 85. RGB value is (141,228,133). Sum of RGB (Red+Green+Blue) = 141+228+133=502 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.09% from 502); Green value is 228 (89.45% from 255 or 45.42% from 502); Blue value is 133 (52.34% from 255 or 26.49% from 502); Max value from RGB is 228 - color contains mainly: green. Hex color #8DE485 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DE485 is #721B7A. Grayscale: #BFBFBF. Windows color (decimal): -7478139 or 8774797. OLE color: 8774797.

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

Color convert

RGB 141 228 133 -
CMYK 0.38 0 0.42 0.11
HSL 114.95º 0.64% 0.71% -
HSV(B) 114.95º 0.42% 0.89% -
XYZ 42.96 62.84 32.06 -
YUV 191.16 95.18 92.22 -
System Red Green Blue C M Y K H S L
Decimal 141 228 133 0.38 0 0.42 0.11 114.95 0.64 0.71
Hex 8D E4 85 26 0 2A B 73 40 47
Octal 215 344 205 46 0 52 13 163 100 107
Binary 10001101 11100100 10000101 100110 0 101010 1011 1110011 1000000 1000111

Color Harmonies of #8DE485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DE485

Black with #8DE485

Text Example


Text Example

White with #8DE485

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,228,133); }

 H1.HeaderClassName
 {
   color: #8DE485;
 }
 .AnyTagClassName
 {
   color: #8DE485;
 }
</style>

background-color css

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

 a { background-color: rgb(141,228,133); }

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

border-color css

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

 span { border-color: rgb(141,228,133); }

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