Html Css Color HEX #8DDC60 Mantis

📋 copy color: '#8DDC60'

red 141 ◦ green 220 ◦ blue 96

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

Shades of Mantis #8DDC60

Tints of Mantis #8DDC60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 21.01%

R = 30.85%
G = 48.14%
B = 21.01%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#8DDC60 (or 0x8DDC60) is known color: Mantis. HEX triplet: 8D, DC and 60. RGB value is (141,220,96). Sum of RGB (Red+Green+Blue) = 141+220+96=457 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.85% from 457); Green value is 220 (86.33% from 255 or 48.14% from 457); Blue value is 96 (37.89% from 255 or 21.01% from 457); Max value from RGB is 220 - color contains mainly: green. Hex color #8DDC60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDC60 is #72239F. Grayscale: #B6B6B6. Windows color (decimal): -7480224 or 6347917. OLE color: 6347917.

HSL color Cylindrical-coordinate representation of color #8DDC60: hue angle of 98.23º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8DDC60 is Cyan = 0.36, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 141 220 96 -
CMYK 0.36 0 0.56 0.14
HSL 98.23º 0.64% 0.62% -
HSV(B) 98.23º 0.56% 0.86% -
XYZ 38.69 57.69 20.16 -
YUV 182.24 79.33 98.58 -
System Red Green Blue C M Y K H S L
Decimal 141 220 96 0.36 0 0.56 0.14 98.23 0.64 0.62
Hex 8D DC 60 24 0 38 E 62 40 3E
Octal 215 334 140 44 0 70 16 142 100 76
Binary 10001101 11011100 1100000 100100 0 111000 1110 1100010 1000000 111110

Color Harmonies of #8DDC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DDC60

Black with #8DDC60

Text Example


Text Example

White with #8DDC60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,220,96); }

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

background-color css

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

 a { background-color: rgb(141,220,96); }

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

border-color css

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

 span { border-color: rgb(141,220,96); }

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