Html Css Color HEX #8DD83B Atlantis

📋 copy color: '#8DD83B'

red 141 ◦ green 216 ◦ blue 59

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

Shades of Atlantis #8DD83B

Tints of Atlantis #8DD83B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 51.92%

 BLUE value IS 59 (23.44% from 255) = 14.18%

R = 33.89%
G = 51.92%
B = 14.18%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#8DD83B (or 0x8DD83B) is known color: Atlantis. HEX triplet: 8D, D8 and 3B. RGB value is (141,216,59). Sum of RGB (Red+Green+Blue) = 141+216+59=416 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.89% from 416); Green value is 216 (84.77% from 255 or 51.92% from 416); Blue value is 59 (23.44% from 255 or 14.18% from 416); Max value from RGB is 216 - color contains mainly: green. Hex color #8DD83B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DD83B is #7227C4. Grayscale: #B0B0B0. Windows color (decimal): -7481285 or 3922061. OLE color: 3922061.

HSL color Cylindrical-coordinate representation of color #8DD83B: hue angle of 88.66º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8DD83B is Cyan = 0.35, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 141 216 59 -
CMYK 0.35 0 0.73 0.15
HSL 88.66º 0.67% 0.54% -
HSV(B) 88.66º 0.73% 0.85% -
XYZ 36.33 55.09 12.86 -
YUV 175.68 62.15 103.27 -
System Red Green Blue C M Y K H S L
Decimal 141 216 59 0.35 0 0.73 0.15 88.66 0.67 0.54
Hex 8D D8 3B 23 0 49 F 59 43 36
Octal 215 330 73 43 0 111 17 131 103 66
Binary 10001101 11011000 111011 100011 0 1001001 1111 1011001 1000011 110110

Color Harmonies of #8DD83B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD83B

Black with #8DD83B

Text Example


Text Example

White with #8DD83B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,216,59); }

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

background-color css

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

 a { background-color: rgb(141,216,59); }

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

border-color css

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

 span { border-color: rgb(141,216,59); }

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