Html Css Color HEX #8DCC55 Mantis

📋 copy color: '#8DCC55'

red 141 ◦ green 204 ◦ blue 85

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

Shades of Mantis #8DCC55

Tints of Mantis #8DCC55

RGB

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

 GREEN value IS 204 (80.08% from 255) = 47.44%

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

R = 32.79%
G = 47.44%
B = 19.77%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#8DCC55 (or 0x8DCC55) is known color: Mantis. HEX triplet: 8D, CC and 55. RGB value is (141,204,85). Sum of RGB (Red+Green+Blue) = 141+204+85=430 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.79% from 430); Green value is 204 (80.08% from 255 or 47.44% from 430); Blue value is 85 (33.59% from 255 or 19.77% from 430); Max value from RGB is 204 - color contains mainly: green. Hex color #8DCC55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DCC55 is #7233AA. Grayscale: #ACACAC. Windows color (decimal): -7484331 or 5622925. OLE color: 5622925.

HSL color Cylindrical-coordinate representation of color #8DCC55: hue angle of 91.76º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8DCC55 is Cyan = 0.31, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.2.

Color convert

RGB 141 204 85 -
CMYK 0.31 0 0.58 0.2
HSL 91.76º 0.54% 0.57% -
HSV(B) 91.76º 0.58% 0.8% -
XYZ 34.22 49.5 16.35 -
YUV 171.6 79.13 106.18 -
System Red Green Blue C M Y K H S L
Decimal 141 204 85 0.31 0 0.58 0.2 91.76 0.54 0.57
Hex 8D CC 55 1F 0 3A 14 5C 36 39
Octal 215 314 125 37 0 72 24 134 66 71
Binary 10001101 11001100 1010101 11111 0 111010 10100 1011100 110110 111001

Color Harmonies of #8DCC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCC55

Black with #8DCC55

Text Example


Text Example

White with #8DCC55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,204,85); }

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

background-color css

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

 a { background-color: rgb(141,204,85); }

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

border-color css

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

 span { border-color: rgb(141,204,85); }

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