Html Css Color HEX #8DE83D Atlantis

📋 copy color: '#8DE83D'

red 141 ◦ green 232 ◦ blue 61

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

Shades of Atlantis #8DE83D

Tints of Atlantis #8DE83D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.06%

R = 32.49%
G = 53.46%
B = 14.06%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.74

 K value IS 0.09

RGB Variations

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

Color information

#8DE83D (or 0x8DE83D) is known color: Atlantis. HEX triplet: 8D, E8 and 3D. RGB value is (141,232,61). Sum of RGB (Red+Green+Blue) = 141+232+61=434 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.49% from 434); Green value is 232 (91.02% from 255 or 53.46% from 434); Blue value is 61 (24.22% from 255 or 14.06% from 434); Max value from RGB is 232 - color contains mainly: green. Hex color #8DE83D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DE83D is #7217C2. Grayscale: #B9B9B9. Windows color (decimal): -7477187 or 4057229. OLE color: 4057229.

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

Color convert

RGB 141 232 61 -
CMYK 0.39 0 0.74 0.09
HSL 91.93º 0.79% 0.57% -
HSV(B) 91.93º 0.74% 0.91% -
XYZ 40.68 63.71 14.57 -
YUV 185.3 57.85 96.4 -
System Red Green Blue C M Y K H S L
Decimal 141 232 61 0.39 0 0.74 0.09 91.93 0.79 0.57
Hex 8D E8 3D 27 0 4A 9 5C 4F 39
Octal 215 350 75 47 0 112 11 134 117 71
Binary 10001101 11101000 111101 100111 0 1001010 1001 1011100 1001111 111001

Color Harmonies of #8DE83D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DE83D

Black with #8DE83D

Text Example


Text Example

White with #8DE83D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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