Html Css Color HEX #8EE04B Atlantis

📋 copy color: '#8EE04B'

red 142 ◦ green 224 ◦ blue 75

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

Shades of Atlantis #8EE04B

Tints of Atlantis #8EE04B

RGB

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

 GREEN value IS 224 (87.89% from 255) = 50.79%

 BLUE value IS 75 (29.69% from 255) = 17.01%

R = 32.2%
G = 50.79%
B = 17.01%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#8EE04B (or 0x8EE04B) is known color: Atlantis. HEX triplet: 8E, E0 and 4B. RGB value is (142,224,75). Sum of RGB (Red+Green+Blue) = 142+224+75=441 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.20% from 441); Green value is 224 (87.89% from 255 or 50.79% from 441); Blue value is 75 (29.69% from 255 or 17.01% from 441); Max value from RGB is 224 - color contains mainly: green. Hex color #8EE04B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EE04B is #711FB4. Grayscale: #B7B7B7. Windows color (decimal): -7413685 or 4972686. OLE color: 4972686.

HSL color Cylindrical-coordinate representation of color #8EE04B: hue angle of 93.02º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8EE04B is Cyan = 0.37, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 142 224 75 -
CMYK 0.37 0 0.67 0.12
HSL 93.02º 0.71% 0.59% -
HSV(B) 93.02º 0.67% 0.88% -
XYZ 39.08 59.57 16.1 -
YUV 182.5 67.33 99.12 -
System Red Green Blue C M Y K H S L
Decimal 142 224 75 0.37 0 0.67 0.12 93.02 0.71 0.59
Hex 8E E0 4B 25 0 43 C 5D 47 3B
Octal 216 340 113 45 0 103 14 135 107 73
Binary 10001110 11100000 1001011 100101 0 1000011 1100 1011101 1000111 111011

Color Harmonies of #8EE04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EE04B

Black with #8EE04B

Text Example


Text Example

White with #8EE04B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,224,75); }

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

background-color css

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

 a { background-color: rgb(142,224,75); }

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

border-color css

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

 span { border-color: rgb(142,224,75); }

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