Html Css Color HEX #8DBD47 Atlantis

📋 copy color: '#8DBD47'

red 141 ◦ green 189 ◦ blue 71

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

Shades of Atlantis #8DBD47

Tints of Atlantis #8DBD47

RGB

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

 GREEN value IS 189 (74.22% from 255) = 47.13%

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

R = 35.16%
G = 47.13%
B = 17.71%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#8DBD47 (or 0x8DBD47) is known color: Atlantis. HEX triplet: 8D, BD and 47. RGB value is (141,189,71). Sum of RGB (Red+Green+Blue) = 141+189+71=401 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.16% from 401); Green value is 189 (74.22% from 255 or 47.13% from 401); Blue value is 71 (28.12% from 255 or 17.71% from 401); Max value from RGB is 189 - color contains mainly: green. Hex color #8DBD47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBD47 is #7242B8. Grayscale: #A1A1A1. Windows color (decimal): -7488185 or 4701581. OLE color: 4701581.

HSL color Cylindrical-coordinate representation of color #8DBD47: hue angle of 84.41º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8DBD47 is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB 141 189 71 -
CMYK 0.25 0 0.62 0.26
HSL 84.41º 0.47% 0.51% -
HSV(B) 84.41º 0.62% 0.74% -
XYZ 30.32 42.51 12.57 -
YUV 161.2 77.1 113.59 -
System Red Green Blue C M Y K H S L
Decimal 141 189 71 0.25 0 0.62 0.26 84.41 0.47 0.51
Hex 8D BD 47 19 0 3E 1A 54 2F 33
Octal 215 275 107 31 0 76 32 124 57 63
Binary 10001101 10111101 1000111 11001 0 111110 11010 1010100 101111 110011

Color Harmonies of #8DBD47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBD47

Black with #8DBD47

Text Example


Text Example

White with #8DBD47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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