Html Css Color HEX #8DC640 Atlantis

📋 copy color: '#8DC640'

red 141 ◦ green 198 ◦ blue 64

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

Shades of Atlantis #8DC640

Tints of Atlantis #8DC640

RGB

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

 GREEN value IS 198 (77.73% from 255) = 49.13%

 BLUE value IS 64 (25.39% from 255) = 15.88%

R = 34.99%
G = 49.13%
B = 15.88%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#8DC640 (or 0x8DC640) is known color: Atlantis. HEX triplet: 8D, C6 and 40. RGB value is (141,198,64). Sum of RGB (Red+Green+Blue) = 141+198+64=403 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.99% from 403); Green value is 198 (77.73% from 255 or 49.13% from 403); Blue value is 64 (25.39% from 255 or 15.88% from 403); Max value from RGB is 198 - color contains mainly: green. Hex color #8DC640 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DC640 is #7239BF. Grayscale: #A6A6A6. Windows color (decimal): -7485888 or 4245133. OLE color: 4245133.

HSL color Cylindrical-coordinate representation of color #8DC640: hue angle of 85.52º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8DC640 is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 141 198 64 -
CMYK 0.29 0 0.68 0.22
HSL 85.52º 0.54% 0.51% -
HSV(B) 85.52º 0.68% 0.78% -
XYZ 32.1 46.42 12.12 -
YUV 165.68 70.62 110.4 -
System Red Green Blue C M Y K H S L
Decimal 141 198 64 0.29 0 0.68 0.22 85.52 0.54 0.51
Hex 8D C6 40 1D 0 44 16 56 36 33
Octal 215 306 100 35 0 104 26 126 66 63
Binary 10001101 11000110 1000000 11101 0 1000100 10110 1010110 110110 110011

Color Harmonies of #8DC640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC640

Black with #8DC640

Text Example


Text Example

White with #8DC640

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,198,64); }

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

background-color css

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

 a { background-color: rgb(141,198,64); }

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

border-color css

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

 span { border-color: rgb(141,198,64); }

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