Html Css Color HEX #8DBD64 Mantis

📋 copy color: '#8DBD64'

red 141 ◦ green 189 ◦ blue 100

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

Shades of Mantis #8DBD64

Tints of Mantis #8DBD64

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.95%

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

R = 32.79%
G = 43.95%
B = 23.26%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#8DBD64 (or 0x8DBD64) is known color: Mantis. HEX triplet: 8D, BD and 64. RGB value is (141,189,100). Sum of RGB (Red+Green+Blue) = 141+189+100=430 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.79% from 430); Green value is 189 (74.22% from 255 or 43.95% from 430); Blue value is 100 (39.45% from 255 or 23.26% from 430); Max value from RGB is 189 - color contains mainly: green. Hex color #8DBD64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DBD64 is #72429B. Grayscale: #A4A4A4. Windows color (decimal): -7488156 or 6602125. OLE color: 6602125.

HSL color Cylindrical-coordinate representation of color #8DBD64: hue angle of 92.36º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8DBD64 is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB 141 189 100 -
CMYK 0.25 0 0.47 0.26
HSL 92.36º 0.4% 0.57% -
HSV(B) 92.36º 0.47% 0.74% -
XYZ 31.48 42.98 18.69 -
YUV 164.5 91.6 111.24 -
System Red Green Blue C M Y K H S L
Decimal 141 189 100 0.25 0 0.47 0.26 92.36 0.4 0.57
Hex 8D BD 64 19 0 2F 1A 5C 28 39
Octal 215 275 144 31 0 57 32 134 50 71
Binary 10001101 10111101 1100100 11001 0 101111 11010 1011100 101000 111001

Color Harmonies of #8DBD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBD64

Black with #8DBD64

Text Example


Text Example

White with #8DBD64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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