Html Css Color HEX #8BDC55 Mantis

📋 copy color: '#8BDC55'

red 139 ◦ green 220 ◦ blue 85

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

Shades of Mantis #8BDC55

Tints of Mantis #8BDC55

RGB

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

 GREEN value IS 220 (86.33% from 255) = 49.55%

 BLUE value IS 85 (33.59% from 255) = 19.14%

R = 31.31%
G = 49.55%
B = 19.14%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#8BDC55 (or 0x8BDC55) is known color: Mantis. HEX triplet: 8B, DC and 55. RGB value is (139,220,85). Sum of RGB (Red+Green+Blue) = 139+220+85=444 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.31% from 444); Green value is 220 (86.33% from 255 or 49.55% from 444); Blue value is 85 (33.59% from 255 or 19.14% from 444); Max value from RGB is 220 - color contains mainly: green. Hex color #8BDC55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BDC55 is #7423AA. Grayscale: #B4B4B4. Windows color (decimal): -7611307 or 5627019. OLE color: 5627019.

HSL color Cylindrical-coordinate representation of color #8BDC55: hue angle of 96º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8BDC55 is Cyan = 0.37, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.

Color convert

RGB 139 220 85 -
CMYK 0.37 0 0.61 0.14
HSL 96º 0.66% 0.6% -
HSV(B) 96º 0.61% 0.86% -
XYZ 37.88 57.33 17.66 -
YUV 180.39 74.16 98.48 -
System Red Green Blue C M Y K H S L
Decimal 139 220 85 0.37 0 0.61 0.14 96 0.66 0.6
Hex 8B DC 55 25 0 3D E 60 42 3C
Octal 213 334 125 45 0 75 16 140 102 74
Binary 10001011 11011100 1010101 100101 0 111101 1110 1100000 1000010 111100

Color Harmonies of #8BDC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BDC55

Black with #8BDC55

Text Example


Text Example

White with #8BDC55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,220,85); }

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

background-color css

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

 a { background-color: rgb(139,220,85); }

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

border-color css

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

 span { border-color: rgb(139,220,85); }

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