Html Css Color HEX #8DDD65 Mantis

📋 copy color: '#8DDD65'

red 141 ◦ green 221 ◦ blue 101

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

Shades of Mantis #8DDD65

Tints of Mantis #8DDD65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.81%

R = 30.45%
G = 47.73%
B = 21.81%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#8DDD65 (or 0x8DDD65) is known color: Mantis. HEX triplet: 8D, DD and 65. RGB value is (141,221,101). Sum of RGB (Red+Green+Blue) = 141+221+101=463 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.45% from 463); Green value is 221 (86.72% from 255 or 47.73% from 463); Blue value is 101 (39.84% from 255 or 21.81% from 463); Max value from RGB is 221 - color contains mainly: green. Hex color #8DDD65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDD65 is #72229A. Grayscale: #B7B7B7. Windows color (decimal): -7479963 or 6675853. OLE color: 6675853.

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

Color convert

RGB 141 221 101 -
CMYK 0.36 0 0.54 0.13
HSL 100º 0.64% 0.63% -
HSV(B) 100º 0.54% 0.87% -
XYZ 39.19 58.32 21.5 -
YUV 183.4 81.5 97.76 -
System Red Green Blue C M Y K H S L
Decimal 141 221 101 0.36 0 0.54 0.13 100 0.64 0.63
Hex 8D DD 65 24 0 36 D 64 40 3F
Octal 215 335 145 44 0 66 15 144 100 77
Binary 10001101 11011101 1100101 100100 0 110110 1101 1100100 1000000 111111

Color Harmonies of #8DDD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DDD65

Black with #8DDD65

Text Example


Text Example

White with #8DDD65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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