Html Css Color HEX #8DB941 Atlantis

📋 copy color: '#8DB941'

red 141 ◦ green 185 ◦ blue 65

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

Shades of Atlantis #8DB941

Tints of Atlantis #8DB941

RGB

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

 GREEN value IS 185 (72.66% from 255) = 47.31%

 BLUE value IS 65 (25.78% from 255) = 16.62%

R = 36.06%
G = 47.31%
B = 16.62%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#8DB941 (or 0x8DB941) is known color: Atlantis. HEX triplet: 8D, B9 and 41. RGB value is (141,185,65). Sum of RGB (Red+Green+Blue) = 141+185+65=391 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.06% from 391); Green value is 185 (72.66% from 255 or 47.31% from 391); Blue value is 65 (25.78% from 255 or 16.62% from 391); Max value from RGB is 185 - color contains mainly: green. Hex color #8DB941 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB941 is #7246BE. Grayscale: #9E9E9E. Windows color (decimal): -7489215 or 4307341. OLE color: 4307341.

HSL color Cylindrical-coordinate representation of color #8DB941: hue angle of 82º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8DB941 is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 141 185 65 -
CMYK 0.24 0 0.65 0.27
HSL 82º 0.48% 0.49% -
HSV(B) 82º 0.65% 0.73% -
XYZ 29.29 40.74 11.32 -
YUV 158.16 75.42 115.76 -
System Red Green Blue C M Y K H S L
Decimal 141 185 65 0.24 0 0.65 0.27 82 0.48 0.49
Hex 8D B9 41 18 0 41 1B 52 30 31
Octal 215 271 101 30 0 101 33 122 60 61
Binary 10001101 10111001 1000001 11000 0 1000001 11011 1010010 110000 110001

Color Harmonies of #8DB941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB941

Black with #8DB941

Text Example


Text Example

White with #8DB941

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,185,65); }

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

background-color css

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

 a { background-color: rgb(141,185,65); }

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

border-color css

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

 span { border-color: rgb(141,185,65); }

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