Html Css Color HEX #8ED73F Atlantis

📋 copy color: '#8ED73F'

red 142 ◦ green 215 ◦ blue 63

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

Shades of Atlantis #8ED73F

Tints of Atlantis #8ED73F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 51.19%

 BLUE value IS 63 (25% from 255) = 15%

R = 33.81%
G = 51.19%
B = 15%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#8ED73F (or 0x8ED73F) is known color: Atlantis. HEX triplet: 8E, D7 and 3F. RGB value is (142,215,63). Sum of RGB (Red+Green+Blue) = 142+215+63=420 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.81% from 420); Green value is 215 (84.38% from 255 or 51.19% from 420); Blue value is 63 (25% from 255 or 15% from 420); Max value from RGB is 215 - color contains mainly: green. Hex color #8ED73F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ED73F is #7128C0. Grayscale: #B0B0B0. Windows color (decimal): -7416001 or 4183950. OLE color: 4183950.

HSL color Cylindrical-coordinate representation of color #8ED73F: hue angle of 88.82º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8ED73F is Cyan = 0.34, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 142 215 63 -
CMYK 0.34 0 0.71 0.16
HSL 88.82º 0.66% 0.55% -
HSV(B) 88.82º 0.71% 0.84% -
XYZ 36.35 54.71 13.35 -
YUV 175.85 64.32 103.86 -
System Red Green Blue C M Y K H S L
Decimal 142 215 63 0.34 0 0.71 0.16 88.82 0.66 0.55
Hex 8E D7 3F 22 0 47 10 59 42 37
Octal 216 327 77 42 0 107 20 131 102 67
Binary 10001110 11010111 111111 100010 0 1000111 10000 1011001 1000010 110111

Color Harmonies of #8ED73F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED73F

Black with #8ED73F

Text Example


Text Example

White with #8ED73F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,215,63); }

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

background-color css

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

 a { background-color: rgb(142,215,63); }

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

border-color css

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

 span { border-color: rgb(142,215,63); }

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