Html Css Color HEX #8DDA3F Atlantis

📋 copy color: '#8DDA3F'

red 141 ◦ green 218 ◦ blue 63

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

Shades of Atlantis #8DDA3F

Tints of Atlantis #8DDA3F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 51.66%

 BLUE value IS 63 (25% from 255) = 14.93%

R = 33.41%
G = 51.66%
B = 14.93%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#8DDA3F (or 0x8DDA3F) is known color: Atlantis. HEX triplet: 8D, DA and 3F. RGB value is (141,218,63). Sum of RGB (Red+Green+Blue) = 141+218+63=422 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.41% from 422); Green value is 218 (85.55% from 255 or 51.66% from 422); Blue value is 63 (25% from 255 or 14.93% from 422); Max value from RGB is 218 - color contains mainly: green. Hex color #8DDA3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DDA3F is #7225C0. Grayscale: #B1B1B1. Windows color (decimal): -7480769 or 4184717. OLE color: 4184717.

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

Color convert

RGB 141 218 63 -
CMYK 0.35 0 0.71 0.15
HSL 89.81º 0.68% 0.55% -
HSV(B) 89.81º 0.71% 0.85% -
XYZ 36.95 56.16 13.6 -
YUV 177.31 63.49 102.1 -
System Red Green Blue C M Y K H S L
Decimal 141 218 63 0.35 0 0.71 0.15 89.81 0.68 0.55
Hex 8D DA 3F 23 0 47 F 5A 44 37
Octal 215 332 77 43 0 107 17 132 104 67
Binary 10001101 11011010 111111 100011 0 1000111 1111 1011010 1000100 110111

Color Harmonies of #8DDA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DDA3F

Black with #8DDA3F

Text Example


Text Example

White with #8DDA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,218,63); }

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

background-color css

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

 a { background-color: rgb(141,218,63); }

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

border-color css

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

 span { border-color: rgb(141,218,63); }

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