Html Css Color HEX #8EDB36 Atlantis

📋 copy color: '#8EDB36'

red 142 ◦ green 219 ◦ blue 54

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

Shades of Atlantis #8EDB36

Tints of Atlantis #8EDB36

RGB

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

 GREEN value IS 219 (85.94% from 255) = 52.77%

 BLUE value IS 54 (21.48% from 255) = 13.01%

R = 34.22%
G = 52.77%
B = 13.01%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#8EDB36 (or 0x8EDB36) is known color: Atlantis. HEX triplet: 8E, DB and 36. RGB value is (142,219,54). Sum of RGB (Red+Green+Blue) = 142+219+54=415 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.22% from 415); Green value is 219 (85.94% from 255 or 52.77% from 415); Blue value is 54 (21.48% from 255 or 13.01% from 415); Max value from RGB is 219 - color contains mainly: green. Hex color #8EDB36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EDB36 is #7124C9. Grayscale: #B1B1B1. Windows color (decimal): -7414986 or 3595150. OLE color: 3595150.

HSL color Cylindrical-coordinate representation of color #8EDB36: hue angle of 88º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8EDB36 is Cyan = 0.35, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 142 219 54 -
CMYK 0.35 0 0.75 0.14
HSL 88º 0.7% 0.54% -
HSV(B) 88º 0.75% 0.86% -
XYZ 37.15 56.68 12.47 -
YUV 177.17 58.49 102.92 -
System Red Green Blue C M Y K H S L
Decimal 142 219 54 0.35 0 0.75 0.14 88 0.7 0.54
Hex 8E DB 36 23 0 4B E 58 46 36
Octal 216 333 66 43 0 113 16 130 106 66
Binary 10001110 11011011 110110 100011 0 1001011 1110 1011000 1000110 110110

Color Harmonies of #8EDB36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDB36

Black with #8EDB36

Text Example


Text Example

White with #8EDB36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,219,54); }

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

background-color css

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

 a { background-color: rgb(142,219,54); }

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

border-color css

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

 span { border-color: rgb(142,219,54); }

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