Html Css Color HEX #8EDA38 Atlantis

📋 copy color: '#8EDA38'

red 142 ◦ green 218 ◦ blue 56

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

Shades of Atlantis #8EDA38

Tints of Atlantis #8EDA38

RGB

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

 GREEN value IS 218 (85.55% from 255) = 52.4%

 BLUE value IS 56 (22.27% from 255) = 13.46%

R = 34.13%
G = 52.4%
B = 13.46%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#8EDA38 (or 0x8EDA38) is known color: Atlantis. HEX triplet: 8E, DA and 38. RGB value is (142,218,56). Sum of RGB (Red+Green+Blue) = 142+218+56=416 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.13% from 416); Green value is 218 (85.55% from 255 or 52.40% from 416); Blue value is 56 (22.27% from 255 or 13.46% from 416); Max value from RGB is 218 - color contains mainly: green. Hex color #8EDA38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EDA38 is #7125C7. Grayscale: #B1B1B1. Windows color (decimal): -7415240 or 3725966. OLE color: 3725966.

HSL color Cylindrical-coordinate representation of color #8EDA38: hue angle of 88.15º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8EDA38 is Cyan = 0.35, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB 142 218 56 -
CMYK 0.35 0 0.74 0.15
HSL 88.15º 0.69% 0.54% -
HSV(B) 88.15º 0.74% 0.85% -
XYZ 36.94 56.18 12.64 -
YUV 176.81 59.82 103.17 -
System Red Green Blue C M Y K H S L
Decimal 142 218 56 0.35 0 0.74 0.15 88.15 0.69 0.54
Hex 8E DA 38 23 0 4A F 58 45 36
Octal 216 332 70 43 0 112 17 130 105 66
Binary 10001110 11011010 111000 100011 0 1001010 1111 1011000 1000101 110110

Color Harmonies of #8EDA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDA38

Black with #8EDA38

Text Example


Text Example

White with #8EDA38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,218,56); }

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

background-color css

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

 a { background-color: rgb(142,218,56); }

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

border-color css

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

 span { border-color: rgb(142,218,56); }

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