Html Css Color HEX #8EED51 Atlantis

📋 copy color: '#8EED51'

red 142 ◦ green 237 ◦ blue 81

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

Shades of Atlantis #8EED51

Tints of Atlantis #8EED51

RGB

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

 GREEN value IS 237 (92.97% from 255) = 51.52%

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

R = 30.87%
G = 51.52%
B = 17.61%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#8EED51 (or 0x8EED51) is known color: Atlantis. HEX triplet: 8E, ED and 51. RGB value is (142,237,81). Sum of RGB (Red+Green+Blue) = 142+237+81=460 (60% of max value = 765). Red value is 142 (55.86% from 255 or 30.87% from 460); Green value is 237 (92.97% from 255 or 51.52% from 460); Blue value is 81 (32.03% from 255 or 17.61% from 460); Max value from RGB is 237 - color contains mainly: green. Hex color #8EED51 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8EED51 is #7112AE. Grayscale: #BFBFBF. Windows color (decimal): -7410351 or 5369230. OLE color: 5369230.

HSL color Cylindrical-coordinate representation of color #8EED51: hue angle of 96.54º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8EED51 is Cyan = 0.40, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB 142 237 81 -
CMYK 0.40 0 0.66 0.07
HSL 96.54º 0.81% 0.62% -
HSV(B) 96.54º 0.66% 0.93% -
XYZ 42.92 66.91 18.44 -
YUV 190.81 66.03 93.18 -
System Red Green Blue C M Y K H S L
Decimal 142 237 81 0.40 0 0.66 0.07 96.54 0.81 0.62
Hex 8E ED 51 28 0 42 7 61 51 3E
Octal 216 355 121 50 0 102 7 141 121 76
Binary 10001110 11101101 1010001 101000 0 1000010 111 1100001 1010001 111110

Color Harmonies of #8EED51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EED51

Black with #8EED51

Text Example


Text Example

White with #8EED51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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