Html Css Color HEX #8EDE48 Atlantis

📋 copy color: '#8EDE48'

red 142 ◦ green 222 ◦ blue 72

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

Shades of Atlantis #8EDE48

Tints of Atlantis #8EDE48

RGB

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

 GREEN value IS 222 (87.11% from 255) = 50.92%

 BLUE value IS 72 (28.52% from 255) = 16.51%

R = 32.57%
G = 50.92%
B = 16.51%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#8EDE48 (or 0x8EDE48) is known color: Atlantis. HEX triplet: 8E, DE and 48. RGB value is (142,222,72). Sum of RGB (Red+Green+Blue) = 142+222+72=436 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.57% from 436); Green value is 222 (87.11% from 255 or 50.92% from 436); Blue value is 72 (28.52% from 255 or 16.51% from 436); Max value from RGB is 222 - color contains mainly: green. Hex color #8EDE48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EDE48 is #7121B7. Grayscale: #B5B5B5. Windows color (decimal): -7414200 or 4775566. OLE color: 4775566.

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

Color convert

RGB 142 222 72 -
CMYK 0.36 0 0.68 0.13
HSL 92º 0.69% 0.58% -
HSV(B) 92º 0.68% 0.87% -
XYZ 38.45 58.46 15.39 -
YUV 180.98 66.5 100.2 -
System Red Green Blue C M Y K H S L
Decimal 142 222 72 0.36 0 0.68 0.13 92 0.69 0.58
Hex 8E DE 48 24 0 44 D 5C 45 3A
Octal 216 336 110 44 0 104 15 134 105 72
Binary 10001110 11011110 1001000 100100 0 1000100 1101 1011100 1000101 111010

Color Harmonies of #8EDE48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDE48

Black with #8EDE48

Text Example


Text Example

White with #8EDE48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,222,72); }

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

background-color css

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

 a { background-color: rgb(142,222,72); }

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

border-color css

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

 span { border-color: rgb(142,222,72); }

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