Html Css Color HEX #8DDA40 Atlantis

📋 copy color: '#8DDA40'

red 141 ◦ green 218 ◦ blue 64

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

Shades of Atlantis #8DDA40

Tints of Atlantis #8DDA40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.13%

R = 33.33%
G = 51.54%
B = 15.13%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#8DDA40 (or 0x8DDA40) is known color: Atlantis. HEX triplet: 8D, DA and 40. RGB value is (141,218,64). Sum of RGB (Red+Green+Blue) = 141+218+64=423 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.33% from 423); Green value is 218 (85.55% from 255 or 51.54% from 423); Blue value is 64 (25.39% from 255 or 15.13% from 423); Max value from RGB is 218 - color contains mainly: green. Hex color #8DDA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DDA40 is #7225BF. Grayscale: #B1B1B1. Windows color (decimal): -7480768 or 4250253. OLE color: 4250253.

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

Color convert

RGB 141 218 64 -
CMYK 0.35 0 0.71 0.15
HSL 90º 0.68% 0.55% -
HSV(B) 90º 0.71% 0.85% -
XYZ 36.98 56.18 13.74 -
YUV 177.42 63.99 102.02 -
System Red Green Blue C M Y K H S L
Decimal 141 218 64 0.35 0 0.71 0.15 90 0.68 0.55
Hex 8D DA 40 23 0 47 F 5A 44 37
Octal 215 332 100 43 0 107 17 132 104 67
Binary 10001101 11011010 1000000 100011 0 1000111 1111 1011010 1000100 110111

Color Harmonies of #8DDA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DDA40

Black with #8DDA40

Text Example


Text Example

White with #8DDA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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