Html Css Color HEX #8DE842 Atlantis

📋 copy color: '#8DE842'

red 141 ◦ green 232 ◦ blue 66

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

Shades of Atlantis #8DE842

Tints of Atlantis #8DE842

RGB

 RED value IS 141 (55.47% from 255) = 32.12%

 GREEN value IS 232 (91.02% from 255) = 52.85%

 BLUE value IS 66 (26.17% from 255) = 15.03%

R = 32.12%
G = 52.85%
B = 15.03%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#8DE842 (or 0x8DE842) is known color: Atlantis. HEX triplet: 8D, E8 and 42. RGB value is (141,232,66). Sum of RGB (Red+Green+Blue) = 141+232+66=439 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.12% from 439); Green value is 232 (91.02% from 255 or 52.85% from 439); Blue value is 66 (26.17% from 255 or 15.03% from 439); Max value from RGB is 232 - color contains mainly: green. Hex color #8DE842 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DE842 is #7217BD. Grayscale: #BABABA. Windows color (decimal): -7477182 or 4384909. OLE color: 4384909.

HSL color Cylindrical-coordinate representation of color #8DE842: hue angle of 92.89º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8DE842 is Cyan = 0.39, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB 141 232 66 -
CMYK 0.39 0 0.72 0.09
HSL 92.89º 0.78% 0.58% -
HSV(B) 92.89º 0.72% 0.91% -
XYZ 40.82 63.77 15.31 -
YUV 185.87 60.35 96 -
System Red Green Blue C M Y K H S L
Decimal 141 232 66 0.39 0 0.72 0.09 92.89 0.78 0.58
Hex 8D E8 42 27 0 48 9 5D 4E 3A
Octal 215 350 102 47 0 110 11 135 116 72
Binary 10001101 11101000 1000010 100111 0 1001000 1001 1011101 1001110 111010

Color Harmonies of #8DE842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DE842

Black with #8DE842

Text Example


Text Example

White with #8DE842

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,232,66); }

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

background-color css

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

 a { background-color: rgb(141,232,66); }

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

border-color css

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

 span { border-color: rgb(141,232,66); }

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