Html Css Color HEX #8DD05F Mantis

📋 copy color: '#8DD05F'

red 141 ◦ green 208 ◦ blue 95

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

Shades of Mantis #8DD05F

Tints of Mantis #8DD05F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.4%

R = 31.76%
G = 46.85%
B = 21.4%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#8DD05F (or 0x8DD05F) is known color: Mantis. HEX triplet: 8D, D0 and 5F. RGB value is (141,208,95). Sum of RGB (Red+Green+Blue) = 141+208+95=444 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.76% from 444); Green value is 208 (81.64% from 255 or 46.85% from 444); Blue value is 95 (37.5% from 255 or 21.40% from 444); Max value from RGB is 208 - color contains mainly: green. Hex color #8DD05F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD05F is #722FA0. Grayscale: #AFAFAF. Windows color (decimal): -7483297 or 6279309. OLE color: 6279309.

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

Color convert

RGB 141 208 95 -
CMYK 0.32 0 0.54 0.18
HSL 95.58º 0.55% 0.59% -
HSV(B) 95.58º 0.54% 0.82% -
XYZ 35.61 51.6 18.91 -
YUV 175.09 82.8 103.69 -
System Red Green Blue C M Y K H S L
Decimal 141 208 95 0.32 0 0.54 0.18 95.58 0.55 0.59
Hex 8D D0 5F 20 0 36 12 60 37 3B
Octal 215 320 137 40 0 66 22 140 67 73
Binary 10001101 11010000 1011111 100000 0 110110 10010 1100000 110111 111011

Color Harmonies of #8DD05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD05F

Black with #8DD05F

Text Example


Text Example

White with #8DD05F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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