Html Css Color HEX #8DDA47 Atlantis

📋 copy color: '#8DDA47'

red 141 ◦ green 218 ◦ blue 71

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

Shades of Atlantis #8DDA47

Tints of Atlantis #8DDA47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 16.51%

R = 32.79%
G = 50.7%
B = 16.51%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#8DDA47 (or 0x8DDA47) is known color: Atlantis. HEX triplet: 8D, DA and 47. RGB value is (141,218,71). Sum of RGB (Red+Green+Blue) = 141+218+71=430 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.79% from 430); Green value is 218 (85.55% from 255 or 50.70% from 430); Blue value is 71 (28.12% from 255 or 16.51% from 430); Max value from RGB is 218 - color contains mainly: green. Hex color #8DDA47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DDA47 is #7225B8. Grayscale: #B2B2B2. Windows color (decimal): -7480761 or 4709005. OLE color: 4709005.

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

Color convert

RGB 141 218 71 -
CMYK 0.35 0 0.67 0.15
HSL 91.43º 0.67% 0.57% -
HSV(B) 91.43º 0.67% 0.85% -
XYZ 37.19 56.26 14.86 -
YUV 178.22 67.49 101.45 -
System Red Green Blue C M Y K H S L
Decimal 141 218 71 0.35 0 0.67 0.15 91.43 0.67 0.57
Hex 8D DA 47 23 0 43 F 5B 43 39
Octal 215 332 107 43 0 103 17 133 103 71
Binary 10001101 11011010 1000111 100011 0 1000011 1111 1011011 1000011 111001

Color Harmonies of #8DDA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DDA47

Black with #8DDA47

Text Example


Text Example

White with #8DDA47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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