Html Css Color HEX #8BD964 Mantis

📋 copy color: '#8BD964'

red 139 ◦ green 217 ◦ blue 100

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

Shades of Mantis #8BD964

Tints of Mantis #8BD964

RGB

 RED value IS 139 (54.69% from 255) = 30.48%

 GREEN value IS 217 (85.16% from 255) = 47.59%

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

R = 30.48%
G = 47.59%
B = 21.93%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#8BD964 (or 0x8BD964) is known color: Mantis. HEX triplet: 8B, D9 and 64. RGB value is (139,217,100). Sum of RGB (Red+Green+Blue) = 139+217+100=456 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.48% from 456); Green value is 217 (85.16% from 255 or 47.59% from 456); Blue value is 100 (39.45% from 255 or 21.93% from 456); Max value from RGB is 217 - color contains mainly: green. Hex color #8BD964 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD964 is #74269B. Grayscale: #B4B4B4. Windows color (decimal): -7612060 or 6609291. OLE color: 6609291.

HSL color Cylindrical-coordinate representation of color #8BD964: hue angle of 100º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8BD964 is Cyan = 0.36, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 139 217 100 -
CMYK 0.36 0 0.54 0.15
HSL 100º 0.61% 0.62% -
HSV(B) 100º 0.54% 0.85% -
XYZ 37.76 56.03 20.88 -
YUV 180.34 82.66 98.51 -
System Red Green Blue C M Y K H S L
Decimal 139 217 100 0.36 0 0.54 0.15 100 0.61 0.62
Hex 8B D9 64 24 0 36 F 64 3D 3E
Octal 213 331 144 44 0 66 17 144 75 76
Binary 10001011 11011001 1100100 100100 0 110110 1111 1100100 111101 111110

Color Harmonies of #8BD964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD964

Black with #8BD964

Text Example


Text Example

White with #8BD964

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,217,100); }

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

background-color css

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

 a { background-color: rgb(139,217,100); }

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

border-color css

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

 span { border-color: rgb(139,217,100); }

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