Html Css Color HEX #8DDD52 Mantis

📋 copy color: '#8DDD52'

red 141 ◦ green 221 ◦ blue 82

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

Shades of Mantis #8DDD52

Tints of Mantis #8DDD52

RGB

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

 GREEN value IS 221 (86.72% from 255) = 49.77%

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

R = 31.76%
G = 49.77%
B = 18.47%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#8DDD52 (or 0x8DDD52) is known color: Mantis. HEX triplet: 8D, DD and 52. RGB value is (141,221,82). Sum of RGB (Red+Green+Blue) = 141+221+82=444 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.76% from 444); Green value is 221 (86.72% from 255 or 49.77% from 444); Blue value is 82 (32.42% from 255 or 18.47% from 444); Max value from RGB is 221 - color contains mainly: green. Hex color #8DDD52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDD52 is #7222AD. Grayscale: #B5B5B5. Windows color (decimal): -7479982 or 5430669. OLE color: 5430669.

HSL color Cylindrical-coordinate representation of color #8DDD52: hue angle of 94.53º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8DDD52 is Cyan = 0.36, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 141 221 82 -
CMYK 0.36 0 0.63 0.13
HSL 94.53º 0.67% 0.59% -
HSV(B) 94.53º 0.63% 0.87% -
XYZ 38.36 57.98 17.15 -
YUV 181.23 72 99.3 -
System Red Green Blue C M Y K H S L
Decimal 141 221 82 0.36 0 0.63 0.13 94.53 0.67 0.59
Hex 8D DD 52 24 0 3F D 5F 43 3B
Octal 215 335 122 44 0 77 15 137 103 73
Binary 10001101 11011101 1010010 100100 0 111111 1101 1011111 1000011 111011

Color Harmonies of #8DDD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DDD52

Black with #8DDD52

Text Example


Text Example

White with #8DDD52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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