Html Css Color HEX #8DC43D Atlantis

📋 copy color: '#8DC43D'

red 141 ◦ green 196 ◦ blue 61

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

Shades of Atlantis #8DC43D

Tints of Atlantis #8DC43D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 49.25%

 BLUE value IS 61 (24.22% from 255) = 15.33%

R = 35.43%
G = 49.25%
B = 15.33%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#8DC43D (or 0x8DC43D) is known color: Atlantis. HEX triplet: 8D, C4 and 3D. RGB value is (141,196,61). Sum of RGB (Red+Green+Blue) = 141+196+61=398 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.43% from 398); Green value is 196 (76.95% from 255 or 49.25% from 398); Blue value is 61 (24.22% from 255 or 15.33% from 398); Max value from RGB is 196 - color contains mainly: green. Hex color #8DC43D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DC43D is #723BC2. Grayscale: #A4A4A4. Windows color (decimal): -7486403 or 4048013. OLE color: 4048013.

HSL color Cylindrical-coordinate representation of color #8DC43D: hue angle of 84.44º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8DC43D is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB 141 196 61 -
CMYK 0.28 0 0.69 0.23
HSL 84.44º 0.53% 0.5% -
HSV(B) 84.44º 0.69% 0.77% -
XYZ 31.57 45.48 11.53 -
YUV 164.17 69.78 111.48 -
System Red Green Blue C M Y K H S L
Decimal 141 196 61 0.28 0 0.69 0.23 84.44 0.53 0.5
Hex 8D C4 3D 1C 0 45 17 54 35 32
Octal 215 304 75 34 0 105 27 124 65 62
Binary 10001101 11000100 111101 11100 0 1000101 10111 1010100 110101 110010

Color Harmonies of #8DC43D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC43D

Black with #8DC43D

Text Example


Text Example

White with #8DC43D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,196,61); }

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

background-color css

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

 a { background-color: rgb(141,196,61); }

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

border-color css

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

 span { border-color: rgb(141,196,61); }

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