Html Css Color HEX #8ED337 Atlantis

📋 copy color: '#8ED337'

red 142 ◦ green 211 ◦ blue 55

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

Shades of Atlantis #8ED337

Tints of Atlantis #8ED337

RGB

 RED value IS 142 (55.86% from 255) = 34.8%

 GREEN value IS 211 (82.81% from 255) = 51.72%

 BLUE value IS 55 (21.88% from 255) = 13.48%

R = 34.8%
G = 51.72%
B = 13.48%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.74

 K value IS 0.17

RGB Variations

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

Color information

#8ED337 (or 0x8ED337) is known color: Atlantis. HEX triplet: 8E, D3 and 37. RGB value is (142,211,55). Sum of RGB (Red+Green+Blue) = 142+211+55=408 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.80% from 408); Green value is 211 (82.81% from 255 or 51.72% from 408); Blue value is 55 (21.88% from 255 or 13.48% from 408); Max value from RGB is 211 - color contains mainly: green. Hex color #8ED337 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ED337 is #712CC8. Grayscale: #ADADAD. Windows color (decimal): -7417033 or 3658638. OLE color: 3658638.

HSL color Cylindrical-coordinate representation of color #8ED337: hue angle of 86.54º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8ED337 is Cyan = 0.33, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.

Color convert

RGB 142 211 55 -
CMYK 0.33 0 0.74 0.17
HSL 86.54º 0.64% 0.52% -
HSV(B) 86.54º 0.74% 0.83% -
XYZ 35.14 52.62 11.92 -
YUV 172.59 61.64 106.18 -
System Red Green Blue C M Y K H S L
Decimal 142 211 55 0.33 0 0.74 0.17 86.54 0.64 0.52
Hex 8E D3 37 21 0 4A 11 57 40 34
Octal 216 323 67 41 0 112 21 127 100 64
Binary 10001110 11010011 110111 100001 0 1001010 10001 1010111 1000000 110100

Color Harmonies of #8ED337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED337

Black with #8ED337

Text Example


Text Example

White with #8ED337

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,211,55); }

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

background-color css

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

 a { background-color: rgb(142,211,55); }

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

border-color css

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

 span { border-color: rgb(142,211,55); }

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