Html Css Color HEX #8EDD51 Atlantis

📋 copy color: '#8EDD51'

red 142 ◦ green 221 ◦ blue 81

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

Shades of Atlantis #8EDD51

Tints of Atlantis #8EDD51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 18.24%

R = 31.98%
G = 49.77%
B = 18.24%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#8EDD51 (or 0x8EDD51) is known color: Atlantis. HEX triplet: 8E, DD and 51. RGB value is (142,221,81). Sum of RGB (Red+Green+Blue) = 142+221+81=444 (58% of max value = 765). Red value is 142 (55.86% from 255 or 31.98% from 444); Green value is 221 (86.72% from 255 or 49.77% from 444); Blue value is 81 (32.03% from 255 or 18.24% from 444); Max value from RGB is 221 - color contains mainly: green. Hex color #8EDD51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDD51 is #7122AE. Grayscale: #B5B5B5. Windows color (decimal): -7414447 or 5365134. OLE color: 5365134.

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

Color convert

RGB 142 221 81 -
CMYK 0.36 0 0.63 0.13
HSL 93.86º 0.67% 0.59% -
HSV(B) 93.86º 0.63% 0.87% -
XYZ 38.5 58.06 16.96 -
YUV 181.42 71.33 99.88 -
System Red Green Blue C M Y K H S L
Decimal 142 221 81 0.36 0 0.63 0.13 93.86 0.67 0.59
Hex 8E DD 51 24 0 3F D 5E 43 3B
Octal 216 335 121 44 0 77 15 136 103 73
Binary 10001110 11011101 1010001 100100 0 111111 1101 1011110 1000011 111011

Color Harmonies of #8EDD51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDD51

Black with #8EDD51

Text Example


Text Example

White with #8EDD51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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