Html Css Color HEX #8EEB4D Atlantis

📋 copy color: '#8EEB4D'

red 142 ◦ green 235 ◦ blue 77

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

Shades of Atlantis #8EEB4D

Tints of Atlantis #8EEB4D

RGB

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

 GREEN value IS 235 (92.19% from 255) = 51.76%

 BLUE value IS 77 (30.47% from 255) = 16.96%

R = 31.28%
G = 51.76%
B = 16.96%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#8EEB4D (or 0x8EEB4D) is known color: Atlantis. HEX triplet: 8E, EB and 4D. RGB value is (142,235,77). Sum of RGB (Red+Green+Blue) = 142+235+77=454 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.28% from 454); Green value is 235 (92.19% from 255 or 51.76% from 454); Blue value is 77 (30.47% from 255 or 16.96% from 454); Max value from RGB is 235 - color contains mainly: green. Hex color #8EEB4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8EEB4D is #7114B2. Grayscale: #BDBDBD. Windows color (decimal): -7410867 or 5106574. OLE color: 5106574.

HSL color Cylindrical-coordinate representation of color #8EEB4D: hue angle of 95.32º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8EEB4D is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.08.

Color convert

RGB 142 235 77 -
CMYK 0.40 0 0.67 0.08
HSL 95.32º 0.8% 0.61% -
HSV(B) 95.32º 0.67% 0.92% -
XYZ 42.2 65.7 17.48 -
YUV 189.18 64.69 94.35 -
System Red Green Blue C M Y K H S L
Decimal 142 235 77 0.40 0 0.67 0.08 95.32 0.8 0.61
Hex 8E EB 4D 28 0 43 8 5F 50 3D
Octal 216 353 115 50 0 103 10 137 120 75
Binary 10001110 11101011 1001101 101000 0 1000011 1000 1011111 1010000 111101

Color Harmonies of #8EEB4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EEB4D

Black with #8EEB4D

Text Example


Text Example

White with #8EEB4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,235,77); }

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

background-color css

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

 a { background-color: rgb(142,235,77); }

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

border-color css

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

 span { border-color: rgb(142,235,77); }

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