Html Css Color HEX #8DC764 Mantis

📋 copy color: '#8DC764'

red 141 ◦ green 199 ◦ blue 100

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

Shades of Mantis #8DC764

Tints of Mantis #8DC764

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.23%

 BLUE value IS 100 (39.45% from 255) = 22.73%

R = 32.05%
G = 45.23%
B = 22.73%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#8DC764 (or 0x8DC764) is known color: Mantis. HEX triplet: 8D, C7 and 64. RGB value is (141,199,100). Sum of RGB (Red+Green+Blue) = 141+199+100=440 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.05% from 440); Green value is 199 (78.12% from 255 or 45.23% from 440); Blue value is 100 (39.45% from 255 or 22.73% from 440); Max value from RGB is 199 - color contains mainly: green. Hex color #8DC764 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC764 is #72389B. Grayscale: #AAAAAA. Windows color (decimal): -7485596 or 6604685. OLE color: 6604685.

HSL color Cylindrical-coordinate representation of color #8DC764: hue angle of 95.15º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8DC764 is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.22.

Color convert

RGB 141 199 100 -
CMYK 0.29 0 0.50 0.22
HSL 95.15º 0.47% 0.59% -
HSV(B) 95.15º 0.5% 0.78% -
XYZ 33.71 47.43 19.43 -
YUV 170.37 88.28 107.05 -
System Red Green Blue C M Y K H S L
Decimal 141 199 100 0.29 0 0.50 0.22 95.15 0.47 0.59
Hex 8D C7 64 1D 0 32 16 5F 2F 3B
Octal 215 307 144 35 0 62 26 137 57 73
Binary 10001101 11000111 1100100 11101 0 110010 10110 1011111 101111 111011

Color Harmonies of #8DC764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC764

Black with #8DC764

Text Example


Text Example

White with #8DC764

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,199,100); }

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

background-color css

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

 a { background-color: rgb(141,199,100); }

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

border-color css

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

 span { border-color: rgb(141,199,100); }

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