Html Css Color HEX #8ED83B Atlantis

📋 copy color: '#8ED83B'

red 142 ◦ green 216 ◦ blue 59

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

Shades of Atlantis #8ED83B

Tints of Atlantis #8ED83B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 51.8%

 BLUE value IS 59 (23.44% from 255) = 14.15%

R = 34.05%
G = 51.8%
B = 14.15%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#8ED83B (or 0x8ED83B) is known color: Atlantis. HEX triplet: 8E, D8 and 3B. RGB value is (142,216,59). Sum of RGB (Red+Green+Blue) = 142+216+59=417 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.05% from 417); Green value is 216 (84.77% from 255 or 51.80% from 417); Blue value is 59 (23.44% from 255 or 14.15% from 417); Max value from RGB is 216 - color contains mainly: green. Hex color #8ED83B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ED83B is #7127C4. Grayscale: #B0B0B0. Windows color (decimal): -7415749 or 3922062. OLE color: 3922062.

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

Color convert

RGB 142 216 59 -
CMYK 0.34 0 0.73 0.15
HSL 88.28º 0.67% 0.54% -
HSV(B) 88.28º 0.73% 0.85% -
XYZ 36.5 55.18 12.86 -
YUV 175.98 61.98 103.77 -
System Red Green Blue C M Y K H S L
Decimal 142 216 59 0.34 0 0.73 0.15 88.28 0.67 0.54
Hex 8E D8 3B 22 0 49 F 58 43 36
Octal 216 330 73 42 0 111 17 130 103 66
Binary 10001110 11011000 111011 100010 0 1001001 1111 1011000 1000011 110110

Color Harmonies of #8ED83B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED83B

Black with #8ED83B

Text Example


Text Example

White with #8ED83B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,216,59); }

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

background-color css

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

 a { background-color: rgb(142,216,59); }

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

border-color css

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

 span { border-color: rgb(142,216,59); }

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