Html Css Color HEX #8DC341 Atlantis

📋 copy color: '#8DC341'

red 141 ◦ green 195 ◦ blue 65

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

Shades of Atlantis #8DC341

Tints of Atlantis #8DC341

RGB

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

 GREEN value IS 195 (76.56% from 255) = 48.63%

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

R = 35.16%
G = 48.63%
B = 16.21%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#8DC341 (or 0x8DC341) is known color: Atlantis. HEX triplet: 8D, C3 and 41. RGB value is (141,195,65). Sum of RGB (Red+Green+Blue) = 141+195+65=401 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.16% from 401); Green value is 195 (76.56% from 255 or 48.63% from 401); Blue value is 65 (25.78% from 255 or 16.21% from 401); Max value from RGB is 195 - color contains mainly: green. Hex color #8DC341 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DC341 is #723CBE. Grayscale: #A4A4A4. Windows color (decimal): -7486655 or 4309901. OLE color: 4309901.

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

Color convert

RGB 141 195 65 -
CMYK 0.28 0 0.67 0.24
HSL 84.92º 0.52% 0.51% -
HSV(B) 84.92º 0.67% 0.76% -
XYZ 31.45 45.07 12.04 -
YUV 164.03 72.11 111.57 -
System Red Green Blue C M Y K H S L
Decimal 141 195 65 0.28 0 0.67 0.24 84.92 0.52 0.51
Hex 8D C3 41 1C 0 43 18 55 34 33
Octal 215 303 101 34 0 103 30 125 64 63
Binary 10001101 11000011 1000001 11100 0 1000011 11000 1010101 110100 110011

Color Harmonies of #8DC341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC341

Black with #8DC341

Text Example


Text Example

White with #8DC341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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