Html Css Color HEX #8DD140 Atlantis

📋 copy color: '#8DD140'

red 141 ◦ green 209 ◦ blue 64

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

Shades of Atlantis #8DD140

Tints of Atlantis #8DD140

RGB

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

 GREEN value IS 209 (82.03% from 255) = 50.48%

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

R = 34.06%
G = 50.48%
B = 15.46%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#8DD140 (or 0x8DD140) is known color: Atlantis. HEX triplet: 8D, D1 and 40. RGB value is (141,209,64). Sum of RGB (Red+Green+Blue) = 141+209+64=414 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.06% from 414); Green value is 209 (82.03% from 255 or 50.48% from 414); Blue value is 64 (25.39% from 255 or 15.46% from 414); Max value from RGB is 209 - color contains mainly: green. Hex color #8DD140 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DD140 is #722EBF. Grayscale: #ACACAC. Windows color (decimal): -7483072 or 4247949. OLE color: 4247949.

HSL color Cylindrical-coordinate representation of color #8DD140: hue angle of 88.14º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8DD140 is Cyan = 0.33, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 141 209 64 -
CMYK 0.33 0 0.69 0.18
HSL 88.14º 0.61% 0.54% -
HSV(B) 88.14º 0.69% 0.82% -
XYZ 34.71 51.63 12.99 -
YUV 172.14 66.97 105.79 -
System Red Green Blue C M Y K H S L
Decimal 141 209 64 0.33 0 0.69 0.18 88.14 0.61 0.54
Hex 8D D1 40 21 0 45 12 58 3D 36
Octal 215 321 100 41 0 105 22 130 75 66
Binary 10001101 11010001 1000000 100001 0 1000101 10010 1011000 111101 110110

Color Harmonies of #8DD140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD140

Black with #8DD140

Text Example


Text Example

White with #8DD140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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