Html Css Color HEX #8DC541 Atlantis

📋 copy color: '#8DC541'

red 141 ◦ green 197 ◦ blue 65

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

Shades of Atlantis #8DC541

Tints of Atlantis #8DC541

RGB

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

 GREEN value IS 197 (77.34% from 255) = 48.88%

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

R = 34.99%
G = 48.88%
B = 16.13%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#8DC541 (or 0x8DC541) is known color: Atlantis. HEX triplet: 8D, C5 and 41. RGB value is (141,197,65). Sum of RGB (Red+Green+Blue) = 141+197+65=403 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.99% from 403); Green value is 197 (77.34% from 255 or 48.88% from 403); Blue value is 65 (25.78% from 255 or 16.13% from 403); Max value from RGB is 197 - color contains mainly: green. Hex color #8DC541 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DC541 is #723ABE. Grayscale: #A5A5A5. Windows color (decimal): -7486143 or 4310413. OLE color: 4310413.

HSL color Cylindrical-coordinate representation of color #8DC541: hue angle of 85.45º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8DC541 is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB 141 197 65 -
CMYK 0.28 0 0.67 0.23
HSL 85.45º 0.53% 0.51% -
HSV(B) 85.45º 0.67% 0.77% -
XYZ 31.9 45.98 12.19 -
YUV 165.21 71.45 110.73 -
System Red Green Blue C M Y K H S L
Decimal 141 197 65 0.28 0 0.67 0.23 85.45 0.53 0.51
Hex 8D C5 41 1C 0 43 17 55 35 33
Octal 215 305 101 34 0 103 27 125 65 63
Binary 10001101 11000101 1000001 11100 0 1000011 10111 1010101 110101 110011

Color Harmonies of #8DC541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC541

Black with #8DC541

Text Example


Text Example

White with #8DC541

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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