Html Css Color HEX #8DD040 Atlantis

📋 copy color: '#8DD040'

red 141 ◦ green 208 ◦ blue 64

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

Shades of Atlantis #8DD040

Tints of Atlantis #8DD040

RGB

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

 GREEN value IS 208 (81.64% from 255) = 50.36%

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

R = 34.14%
G = 50.36%
B = 15.5%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#8DD040 (or 0x8DD040) is known color: Atlantis. HEX triplet: 8D, D0 and 40. RGB value is (141,208,64). Sum of RGB (Red+Green+Blue) = 141+208+64=413 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.14% from 413); Green value is 208 (81.64% from 255 or 50.36% from 413); Blue value is 64 (25.39% from 255 or 15.50% from 413); Max value from RGB is 208 - color contains mainly: green. Hex color #8DD040 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DD040 is #722FBF. Grayscale: #ACACAC. Windows color (decimal): -7483328 or 4247693. OLE color: 4247693.

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

Color convert

RGB 141 208 64 -
CMYK 0.32 0 0.69 0.18
HSL 87.92º 0.61% 0.53% -
HSV(B) 87.92º 0.69% 0.82% -
XYZ 34.47 51.14 12.91 -
YUV 171.55 67.3 106.21 -
System Red Green Blue C M Y K H S L
Decimal 141 208 64 0.32 0 0.69 0.18 87.92 0.61 0.53
Hex 8D D0 40 20 0 45 12 58 3D 35
Octal 215 320 100 40 0 105 22 130 75 65
Binary 10001101 11010000 1000000 100000 0 1000101 10010 1011000 111101 110101

Color Harmonies of #8DD040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD040

Black with #8DD040

Text Example


Text Example

White with #8DD040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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