Html Css Color HEX #8DCC4D Mantis

📋 copy color: '#8DCC4D'

red 141 ◦ green 204 ◦ blue 77

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

Shades of Mantis #8DCC4D

Tints of Mantis #8DCC4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.25%

R = 33.41%
G = 48.34%
B = 18.25%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#8DCC4D (or 0x8DCC4D) is known color: Mantis. HEX triplet: 8D, CC and 4D. RGB value is (141,204,77). Sum of RGB (Red+Green+Blue) = 141+204+77=422 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.41% from 422); Green value is 204 (80.08% from 255 or 48.34% from 422); Blue value is 77 (30.47% from 255 or 18.25% from 422); Max value from RGB is 204 - color contains mainly: green. Hex color #8DCC4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DCC4D is #7233B2. Grayscale: #ABABAB. Windows color (decimal): -7484339 or 5098637. OLE color: 5098637.

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

Color convert

RGB 141 204 77 -
CMYK 0.31 0 0.62 0.2
HSL 89.76º 0.55% 0.55% -
HSV(B) 89.76º 0.62% 0.8% -
XYZ 33.92 49.38 14.77 -
YUV 170.69 75.13 106.83 -
System Red Green Blue C M Y K H S L
Decimal 141 204 77 0.31 0 0.62 0.2 89.76 0.55 0.55
Hex 8D CC 4D 1F 0 3E 14 5A 37 37
Octal 215 314 115 37 0 76 24 132 67 67
Binary 10001101 11001100 1001101 11111 0 111110 10100 1011010 110111 110111

Color Harmonies of #8DCC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCC4D

Black with #8DCC4D

Text Example


Text Example

White with #8DCC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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