Html Css Color HEX #8DDA4E Atlantis

📋 copy color: '#8DDA4E'

red 141 ◦ green 218 ◦ blue 78

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

Shades of Atlantis #8DDA4E

Tints of Atlantis #8DDA4E

RGB

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

 GREEN value IS 218 (85.55% from 255) = 49.89%

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

R = 32.27%
G = 49.89%
B = 17.85%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#8DDA4E (or 0x8DDA4E) is known color: Atlantis. HEX triplet: 8D, DA and 4E. RGB value is (141,218,78). Sum of RGB (Red+Green+Blue) = 141+218+78=437 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.27% from 437); Green value is 218 (85.55% from 255 or 49.89% from 437); Blue value is 78 (30.86% from 255 or 17.85% from 437); Max value from RGB is 218 - color contains mainly: green. Hex color #8DDA4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDA4E is #7225B1. Grayscale: #B3B3B3. Windows color (decimal): -7480754 or 5167757. OLE color: 5167757.

HSL color Cylindrical-coordinate representation of color #8DDA4E: hue angle of 93º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8DDA4E is Cyan = 0.35, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 141 218 78 -
CMYK 0.35 0 0.64 0.15
HSL 93º 0.65% 0.58% -
HSV(B) 93º 0.64% 0.85% -
XYZ 37.43 56.36 16.11 -
YUV 179.02 70.99 100.88 -
System Red Green Blue C M Y K H S L
Decimal 141 218 78 0.35 0 0.64 0.15 93 0.65 0.58
Hex 8D DA 4E 23 0 40 F 5D 41 3A
Octal 215 332 116 43 0 100 17 135 101 72
Binary 10001101 11011010 1001110 100011 0 1000000 1111 1011101 1000001 111010

Color Harmonies of #8DDA4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DDA4E

Black with #8DDA4E

Text Example


Text Example

White with #8DDA4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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