Html Css Color HEX #8EF051 Atlantis

📋 copy color: '#8EF051'

red 142 ◦ green 240 ◦ blue 81

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

Shades of Atlantis #8EF051

Tints of Atlantis #8EF051

RGB

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

 GREEN value IS 240 (94.14% from 255) = 51.84%

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

R = 30.67%
G = 51.84%
B = 17.49%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#8EF051 (or 0x8EF051) is known color: Atlantis. HEX triplet: 8E, F0 and 51. RGB value is (142,240,81). Sum of RGB (Red+Green+Blue) = 142+240+81=463 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.67% from 463); Green value is 240 (94.14% from 255 or 51.84% from 463); Blue value is 81 (32.03% from 255 or 17.49% from 463); Max value from RGB is 240 - color contains mainly: green. Hex color #8EF051 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8EF051 is #710FAE. Grayscale: #C1C1C1. Windows color (decimal): -7409583 or 5369998. OLE color: 5369998.

HSL color Cylindrical-coordinate representation of color #8EF051: hue angle of 96.98º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8EF051 is Cyan = 0.41, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB 142 240 81 -
CMYK 0.41 0 0.66 0.06
HSL 96.98º 0.84% 0.63% -
HSV(B) 96.98º 0.66% 0.94% -
XYZ 43.8 68.67 18.73 -
YUV 192.57 65.03 91.93 -
System Red Green Blue C M Y K H S L
Decimal 142 240 81 0.41 0 0.66 0.06 96.98 0.84 0.63
Hex 8E F0 51 29 0 42 6 61 54 3F
Octal 216 360 121 51 0 102 6 141 124 77
Binary 10001110 11110000 1010001 101001 0 1000010 110 1100001 1010100 111111

Color Harmonies of #8EF051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EF051

Black with #8EF051

Text Example


Text Example

White with #8EF051

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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