Html Css Color HEX #8DD06B Mantis

📋 copy color: '#8DD06B'

red 141 ◦ green 208 ◦ blue 107

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

Shades of Mantis #8DD06B

Tints of Mantis #8DD06B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.46%

R = 30.92%
G = 45.61%
B = 23.46%

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

#8DD06B (or 0x8DD06B) is known color: Mantis. HEX triplet: 8D, D0 and 6B. RGB value is (141,208,107). Sum of RGB (Red+Green+Blue) = 141+208+107=456 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.92% from 456); Green value is 208 (81.64% from 255 or 45.61% from 456); Blue value is 107 (42.19% from 255 or 23.46% from 456); Max value from RGB is 208 - color contains mainly: green. Hex color #8DD06B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD06B is #722F94. Grayscale: #B0B0B0. Windows color (decimal): -7483285 or 7065741. OLE color: 7065741.

HSL color Cylindrical-coordinate representation of color #8DD06B: hue angle of 99.8º 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 #8DD06B is Cyan = 0.32, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 141 208 107 -
CMYK 0.32 0 0.49 0.18
HSL 99.8º 0.52% 0.62% -
HSV(B) 99.8º 0.49% 0.82% -
XYZ 36.19 51.84 22.01 -
YUV 176.45 88.8 102.71 -
System Red Green Blue C M Y K H S L
Decimal 141 208 107 0.32 0 0.49 0.18 99.8 0.52 0.62
Hex 8D D0 6B 20 0 31 12 64 34 3E
Octal 215 320 153 40 0 61 22 144 64 76
Binary 10001101 11010000 1101011 100000 0 110001 10010 1100100 110100 111110

Color Harmonies of #8DD06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD06B

Black with #8DD06B

Text Example


Text Example

White with #8DD06B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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