Html Css Color HEX #8EDD36 Atlantis

📋 copy color: '#8EDD36'

red 142 ◦ green 221 ◦ blue 54

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

Shades of Atlantis #8EDD36

Tints of Atlantis #8EDD36

RGB

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

 GREEN value IS 221 (86.72% from 255) = 53%

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

R = 34.05%
G = 53%
B = 12.95%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#8EDD36 (or 0x8EDD36) is known color: Atlantis. HEX triplet: 8E, DD and 36. RGB value is (142,221,54). Sum of RGB (Red+Green+Blue) = 142+221+54=417 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.05% from 417); Green value is 221 (86.72% from 255 or 53.00% from 417); Blue value is 54 (21.48% from 255 or 12.95% from 417); Max value from RGB is 221 - color contains mainly: green. Hex color #8EDD36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EDD36 is #7122C9. Grayscale: #B2B2B2. Windows color (decimal): -7414474 or 3595662. OLE color: 3595662.

HSL color Cylindrical-coordinate representation of color #8EDD36: hue angle of 88.38º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8EDD36 is Cyan = 0.36, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 221 54 -
CMYK 0.36 0 0.76 0.13
HSL 88.38º 0.71% 0.54% -
HSV(B) 88.38º 0.76% 0.87% -
XYZ 37.68 57.73 12.65 -
YUV 178.34 57.83 102.08 -
System Red Green Blue C M Y K H S L
Decimal 142 221 54 0.36 0 0.76 0.13 88.38 0.71 0.54
Hex 8E DD 36 24 0 4C D 58 47 36
Octal 216 335 66 44 0 114 15 130 107 66
Binary 10001110 11011101 110110 100100 0 1001100 1101 1011000 1000111 110110

Color Harmonies of #8EDD36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDD36

Black with #8EDD36

Text Example


Text Example

White with #8EDD36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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