Html Css Color HEX #8DC765 Mantis

📋 copy color: '#8DC765'

red 141 ◦ green 199 ◦ blue 101

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

Shades of Mantis #8DC765

Tints of Mantis #8DC765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.9%

R = 31.97%
G = 45.12%
B = 22.9%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#8DC765 (or 0x8DC765) is known color: Mantis. HEX triplet: 8D, C7 and 65. RGB value is (141,199,101). Sum of RGB (Red+Green+Blue) = 141+199+101=441 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.97% from 441); Green value is 199 (78.12% from 255 or 45.12% from 441); Blue value is 101 (39.84% from 255 or 22.90% from 441); Max value from RGB is 199 - color contains mainly: green. Hex color #8DC765 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC765 is #72389A. Grayscale: #AAAAAA. Windows color (decimal): -7485595 or 6670221. OLE color: 6670221.

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

Color convert

RGB 141 199 101 -
CMYK 0.29 0 0.49 0.22
HSL 95.51º 0.47% 0.59% -
HSV(B) 95.51º 0.49% 0.78% -
XYZ 33.76 47.45 19.69 -
YUV 170.49 88.78 106.97 -
System Red Green Blue C M Y K H S L
Decimal 141 199 101 0.29 0 0.49 0.22 95.51 0.47 0.59
Hex 8D C7 65 1D 0 31 16 60 2F 3B
Octal 215 307 145 35 0 61 26 140 57 73
Binary 10001101 11000111 1100101 11101 0 110001 10110 1100000 101111 111011

Color Harmonies of #8DC765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC765

Black with #8DC765

Text Example


Text Example

White with #8DC765

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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