Html Css Color HEX #8DEC4D Atlantis

📋 copy color: '#8DEC4D'

red 141 ◦ green 236 ◦ blue 77

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

Shades of Atlantis #8DEC4D

Tints of Atlantis #8DEC4D

RGB

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

 GREEN value IS 236 (92.58% from 255) = 51.98%

 BLUE value IS 77 (30.47% from 255) = 16.96%

R = 31.06%
G = 51.98%
B = 16.96%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#8DEC4D (or 0x8DEC4D) is known color: Atlantis. HEX triplet: 8D, EC and 4D. RGB value is (141,236,77). Sum of RGB (Red+Green+Blue) = 141+236+77=454 (60% of max value = 765). Red value is 141 (55.47% from 255 or 31.06% from 454); Green value is 236 (92.58% from 255 or 51.98% from 454); Blue value is 77 (30.47% from 255 or 16.96% from 454); Max value from RGB is 236 - color contains mainly: green. Hex color #8DEC4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DEC4D is #7213B2. Grayscale: #BEBEBE. Windows color (decimal): -7476147 or 5106829. OLE color: 5106829.

HSL color Cylindrical-coordinate representation of color #8DEC4D: hue angle of 95.85º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8DEC4D is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB 141 236 77 -
CMYK 0.40 0 0.67 0.07
HSL 95.85º 0.81% 0.61% -
HSV(B) 95.85º 0.67% 0.93% -
XYZ 42.32 66.19 17.57 -
YUV 189.47 64.53 93.43 -
System Red Green Blue C M Y K H S L
Decimal 141 236 77 0.40 0 0.67 0.07 95.85 0.81 0.61
Hex 8D EC 4D 28 0 43 7 60 51 3D
Octal 215 354 115 50 0 103 7 140 121 75
Binary 10001101 11101100 1001101 101000 0 1000011 111 1100000 1010001 111101

Color Harmonies of #8DEC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DEC4D

Black with #8DEC4D

Text Example


Text Example

White with #8DEC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,236,77); }

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

background-color css

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

 a { background-color: rgb(141,236,77); }

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

border-color css

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

 span { border-color: rgb(141,236,77); }

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