Html Css Color HEX #8DBC41 Atlantis

📋 copy color: '#8DBC41'

red 141 ◦ green 188 ◦ blue 65

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

Shades of Atlantis #8DBC41

Tints of Atlantis #8DBC41

RGB

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

 GREEN value IS 188 (73.83% from 255) = 47.72%

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

R = 35.79%
G = 47.72%
B = 16.5%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#8DBC41 (or 0x8DBC41) is known color: Atlantis. HEX triplet: 8D, BC and 41. RGB value is (141,188,65). Sum of RGB (Red+Green+Blue) = 141+188+65=394 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.79% from 394); Green value is 188 (73.83% from 255 or 47.72% from 394); Blue value is 65 (25.78% from 255 or 16.50% from 394); Max value from RGB is 188 - color contains mainly: green. Hex color #8DBC41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBC41 is #7243BE. Grayscale: #A0A0A0. Windows color (decimal): -7488447 or 4308109. OLE color: 4308109.

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

Color convert

RGB 141 188 65 -
CMYK 0.25 0 0.65 0.26
HSL 82.93º 0.49% 0.5% -
HSV(B) 82.93º 0.65% 0.74% -
XYZ 29.92 42.01 11.53 -
YUV 159.93 74.43 114.5 -
System Red Green Blue C M Y K H S L
Decimal 141 188 65 0.25 0 0.65 0.26 82.93 0.49 0.5
Hex 8D BC 41 19 0 41 1A 53 31 32
Octal 215 274 101 31 0 101 32 123 61 62
Binary 10001101 10111100 1000001 11001 0 1000001 11010 1010011 110001 110010

Color Harmonies of #8DBC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBC41

Black with #8DBC41

Text Example


Text Example

White with #8DBC41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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