Html Css Color HEX #8DD54E Atlantis

📋 copy color: '#8DD54E'

red 141 ◦ green 213 ◦ blue 78

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

Shades of Atlantis #8DD54E

Tints of Atlantis #8DD54E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 49.31%

 BLUE value IS 78 (30.86% from 255) = 18.06%

R = 32.64%
G = 49.31%
B = 18.06%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#8DD54E (or 0x8DD54E) is known color: Atlantis. HEX triplet: 8D, D5 and 4E. RGB value is (141,213,78). Sum of RGB (Red+Green+Blue) = 141+213+78=432 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.64% from 432); Green value is 213 (83.59% from 255 or 49.31% from 432); Blue value is 78 (30.86% from 255 or 18.06% from 432); Max value from RGB is 213 - color contains mainly: green. Hex color #8DD54E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD54E is #722AB1. Grayscale: #B0B0B0. Windows color (decimal): -7482034 or 5166477. OLE color: 5166477.

HSL color Cylindrical-coordinate representation of color #8DD54E: hue angle of 92º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8DD54E is Cyan = 0.34, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 141 213 78 -
CMYK 0.34 0 0.63 0.16
HSL 92º 0.62% 0.57% -
HSV(B) 92º 0.63% 0.84% -
XYZ 36.15 53.8 15.69 -
YUV 176.08 72.65 102.98 -
System Red Green Blue C M Y K H S L
Decimal 141 213 78 0.34 0 0.63 0.16 92 0.62 0.57
Hex 8D D5 4E 22 0 3F 10 5C 3E 39
Octal 215 325 116 42 0 77 20 134 76 71
Binary 10001101 11010101 1001110 100010 0 111111 10000 1011100 111110 111001

Color Harmonies of #8DD54E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD54E

Black with #8DD54E

Text Example


Text Example

White with #8DD54E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,213,78); }

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

background-color css

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

 a { background-color: rgb(141,213,78); }

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

border-color css

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

 span { border-color: rgb(141,213,78); }

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