Html Css Color HEX #8DEE4D Atlantis

📋 copy color: '#8DEE4D'

red 141 ◦ green 238 ◦ blue 77

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

Shades of Atlantis #8DEE4D

Tints of Atlantis #8DEE4D

RGB

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

 GREEN value IS 238 (93.36% from 255) = 52.19%

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

R = 30.92%
G = 52.19%
B = 16.89%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#8DEE4D (or 0x8DEE4D) is known color: Atlantis. HEX triplet: 8D, EE and 4D. RGB value is (141,238,77). Sum of RGB (Red+Green+Blue) = 141+238+77=456 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.92% from 456); Green value is 238 (93.36% from 255 or 52.19% from 456); Blue value is 77 (30.47% from 255 or 16.89% from 456); Max value from RGB is 238 - color contains mainly: green. Hex color #8DEE4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DEE4D is #7211B2. Grayscale: #BFBFBF. Windows color (decimal): -7475635 or 5107341. OLE color: 5107341.

HSL color Cylindrical-coordinate representation of color #8DEE4D: hue angle of 96.15º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8DEE4D is Cyan = 0.41, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 141 238 77 -
CMYK 0.41 0 0.68 0.07
HSL 96.15º 0.83% 0.62% -
HSV(B) 96.15º 0.68% 0.93% -
XYZ 42.9 67.35 17.76 -
YUV 190.64 63.86 92.59 -
System Red Green Blue C M Y K H S L
Decimal 141 238 77 0.41 0 0.68 0.07 96.15 0.83 0.62
Hex 8D EE 4D 29 0 44 7 60 53 3E
Octal 215 356 115 51 0 104 7 140 123 76
Binary 10001101 11101110 1001101 101001 0 1000100 111 1100000 1010011 111110

Color Harmonies of #8DEE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DEE4D

Black with #8DEE4D

Text Example


Text Example

White with #8DEE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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