Html Css Color HEX #8ED338 Atlantis

📋 copy color: '#8ED338'

red 142 ◦ green 211 ◦ blue 56

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

Shades of Atlantis #8ED338

Tints of Atlantis #8ED338

RGB

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

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

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

R = 34.72%
G = 51.59%
B = 13.69%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#8ED338 (or 0x8ED338) is known color: Atlantis. HEX triplet: 8E, D3 and 38. RGB value is (142,211,56). Sum of RGB (Red+Green+Blue) = 142+211+56=409 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.72% from 409); Green value is 211 (82.81% from 255 or 51.59% from 409); Blue value is 56 (22.27% from 255 or 13.69% from 409); Max value from RGB is 211 - color contains mainly: green. Hex color #8ED338 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ED338 is #712CC7. Grayscale: #ADADAD. Windows color (decimal): -7417032 or 3724174. OLE color: 3724174.

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

Color convert

RGB 142 211 56 -
CMYK 0.33 0 0.73 0.17
HSL 86.71º 0.64% 0.52% -
HSV(B) 86.71º 0.73% 0.83% -
XYZ 35.16 52.62 12.05 -
YUV 172.7 62.14 106.1 -
System Red Green Blue C M Y K H S L
Decimal 142 211 56 0.33 0 0.73 0.17 86.71 0.64 0.52
Hex 8E D3 38 21 0 49 11 57 40 34
Octal 216 323 70 41 0 111 21 127 100 64
Binary 10001110 11010011 111000 100001 0 1001001 10001 1010111 1000000 110100

Color Harmonies of #8ED338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED338

Black with #8ED338

Text Example


Text Example

White with #8ED338

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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