Html Css Color HEX #8DD752 Mantis

📋 copy color: '#8DD752'

red 141 ◦ green 215 ◦ blue 82

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

Shades of Mantis #8DD752

Tints of Mantis #8DD752

RGB

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

 GREEN value IS 215 (84.38% from 255) = 49.09%

 BLUE value IS 82 (32.42% from 255) = 18.72%

R = 32.19%
G = 49.09%
B = 18.72%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#8DD752 (or 0x8DD752) is known color: Mantis. HEX triplet: 8D, D7 and 52. RGB value is (141,215,82). Sum of RGB (Red+Green+Blue) = 141+215+82=438 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.19% from 438); Green value is 215 (84.38% from 255 or 49.09% from 438); Blue value is 82 (32.42% from 255 or 18.72% from 438); Max value from RGB is 215 - color contains mainly: green. Hex color #8DD752 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD752 is #7228AD. Grayscale: #B2B2B2. Windows color (decimal): -7481518 or 5429133. OLE color: 5429133.

HSL color Cylindrical-coordinate representation of color #8DD752: hue angle of 93.38º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8DD752 is Cyan = 0.34, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 141 215 82 -
CMYK 0.34 0 0.62 0.16
HSL 93.38º 0.62% 0.58% -
HSV(B) 93.38º 0.62% 0.84% -
XYZ 36.81 54.87 16.63 -
YUV 177.71 73.98 101.81 -
System Red Green Blue C M Y K H S L
Decimal 141 215 82 0.34 0 0.62 0.16 93.38 0.62 0.58
Hex 8D D7 52 22 0 3E 10 5D 3E 3A
Octal 215 327 122 42 0 76 20 135 76 72
Binary 10001101 11010111 1010010 100010 0 111110 10000 1011101 111110 111010

Color Harmonies of #8DD752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD752

Black with #8DD752

Text Example


Text Example

White with #8DD752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,215,82); }

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

background-color css

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

 a { background-color: rgb(141,215,82); }

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

border-color css

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

 span { border-color: rgb(141,215,82); }

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