Html Css Color HEX #8DD06A Mantis

📋 copy color: '#8DD06A'

red 141 ◦ green 208 ◦ blue 106

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

Shades of Mantis #8DD06A

Tints of Mantis #8DD06A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.71%

 BLUE value IS 106 (41.8% from 255) = 23.3%

R = 30.99%
G = 45.71%
B = 23.3%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#8DD06A (or 0x8DD06A) is known color: Mantis. HEX triplet: 8D, D0 and 6A. RGB value is (141,208,106). Sum of RGB (Red+Green+Blue) = 141+208+106=455 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.99% from 455); Green value is 208 (81.64% from 255 or 45.71% from 455); Blue value is 106 (41.80% from 255 or 23.30% from 455); Max value from RGB is 208 - color contains mainly: green. Hex color #8DD06A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD06A is #722F95. Grayscale: #B0B0B0. Windows color (decimal): -7483286 or 7000205. OLE color: 7000205.

HSL color Cylindrical-coordinate representation of color #8DD06A: hue angle of 99.41º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8DD06A is Cyan = 0.32, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 141 208 106 -
CMYK 0.32 0 0.49 0.18
HSL 99.41º 0.52% 0.62% -
HSV(B) 99.41º 0.49% 0.82% -
XYZ 36.14 51.82 21.73 -
YUV 176.34 88.3 102.79 -
System Red Green Blue C M Y K H S L
Decimal 141 208 106 0.32 0 0.49 0.18 99.41 0.52 0.62
Hex 8D D0 6A 20 0 31 12 63 34 3E
Octal 215 320 152 40 0 61 22 143 64 76
Binary 10001101 11010000 1101010 100000 0 110001 10010 1100011 110100 111110

Color Harmonies of #8DD06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD06A

Black with #8DD06A

Text Example


Text Example

White with #8DD06A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,208,106); }

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

background-color css

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

 a { background-color: rgb(141,208,106); }

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

border-color css

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

 span { border-color: rgb(141,208,106); }

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