Html Css Color HEX #8ED53B Atlantis

📋 copy color: '#8ED53B'

red 142 ◦ green 213 ◦ blue 59

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

Shades of Atlantis #8ED53B

Tints of Atlantis #8ED53B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 51.45%

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

R = 34.3%
G = 51.45%
B = 14.25%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#8ED53B (or 0x8ED53B) is known color: Atlantis. HEX triplet: 8E, D5 and 3B. RGB value is (142,213,59). Sum of RGB (Red+Green+Blue) = 142+213+59=414 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.30% from 414); Green value is 213 (83.59% from 255 or 51.45% from 414); Blue value is 59 (23.44% from 255 or 14.25% from 414); Max value from RGB is 213 - color contains mainly: green. Hex color #8ED53B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ED53B is #712AC4. Grayscale: #AEAEAE. Windows color (decimal): -7416517 or 3921294. OLE color: 3921294.

HSL color Cylindrical-coordinate representation of color #8ED53B: hue angle of 87.66º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8ED53B is Cyan = 0.33, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 142 213 59 -
CMYK 0.33 0 0.72 0.16
HSL 87.66º 0.65% 0.53% -
HSV(B) 87.66º 0.72% 0.84% -
XYZ 35.74 53.66 12.61 -
YUV 174.22 62.98 105.02 -
System Red Green Blue C M Y K H S L
Decimal 142 213 59 0.33 0 0.72 0.16 87.66 0.65 0.53
Hex 8E D5 3B 21 0 48 10 58 41 35
Octal 216 325 73 41 0 110 20 130 101 65
Binary 10001110 11010101 111011 100001 0 1001000 10000 1011000 1000001 110101

Color Harmonies of #8ED53B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED53B

Black with #8ED53B

Text Example


Text Example

White with #8ED53B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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