Html Css Color HEX #8EED53 Atlantis

📋 copy color: '#8EED53'

red 142 ◦ green 237 ◦ blue 83

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

Shades of Atlantis #8EED53

Tints of Atlantis #8EED53

RGB

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

 GREEN value IS 237 (92.97% from 255) = 51.3%

 BLUE value IS 83 (32.81% from 255) = 17.97%

R = 30.74%
G = 51.3%
B = 17.97%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#8EED53 (or 0x8EED53) is known color: Atlantis. HEX triplet: 8E, ED and 53. RGB value is (142,237,83). Sum of RGB (Red+Green+Blue) = 142+237+83=462 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.74% from 462); Green value is 237 (92.97% from 255 or 51.30% from 462); Blue value is 83 (32.81% from 255 or 17.97% from 462); Max value from RGB is 237 - color contains mainly: green. Hex color #8EED53 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8EED53 is #7112AC. Grayscale: #BFBFBF. Windows color (decimal): -7410349 or 5500302. OLE color: 5500302.

HSL color Cylindrical-coordinate representation of color #8EED53: hue angle of 97.01º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8EED53 is Cyan = 0.40, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB 142 237 83 -
CMYK 0.40 0 0.65 0.07
HSL 97.01º 0.81% 0.63% -
HSV(B) 97.01º 0.65% 0.93% -
XYZ 43 66.94 18.84 -
YUV 191.04 67.03 93.02 -
System Red Green Blue C M Y K H S L
Decimal 142 237 83 0.40 0 0.65 0.07 97.01 0.81 0.63
Hex 8E ED 53 28 0 41 7 61 51 3F
Octal 216 355 123 50 0 101 7 141 121 77
Binary 10001110 11101101 1010011 101000 0 1000001 111 1100001 1010001 111111

Color Harmonies of #8EED53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EED53

Black with #8EED53

Text Example


Text Example

White with #8EED53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,237,83); }

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

background-color css

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

 a { background-color: rgb(142,237,83); }

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

border-color css

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

 span { border-color: rgb(142,237,83); }

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