Html Css Color HEX #8ADD64 Mantis

📋 copy color: '#8ADD64'

red 138 ◦ green 221 ◦ blue 100

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

Shades of Mantis #8ADD64

Tints of Mantis #8ADD64

RGB

 RED value IS 138 (54.3% from 255) = 30.07%

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

 BLUE value IS 100 (39.45% from 255) = 21.79%

R = 30.07%
G = 48.15%
B = 21.79%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#8ADD64 (or 0x8ADD64) is known color: Mantis. HEX triplet: 8A, DD and 64. RGB value is (138,221,100). Sum of RGB (Red+Green+Blue) = 138+221+100=459 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.07% from 459); Green value is 221 (86.72% from 255 or 48.15% from 459); Blue value is 100 (39.45% from 255 or 21.79% from 459); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADD64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADD64 is #75229B. Grayscale: #B6B6B6. Windows color (decimal): -7676572 or 6610314. OLE color: 6610314.

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

Color convert

RGB 138 221 100 -
CMYK 0.38 0 0.55 0.13
HSL 101.16º 0.64% 0.63% -
HSV(B) 101.16º 0.55% 0.87% -
XYZ 38.64 58.04 21.22 -
YUV 182.39 81.5 96.34 -
System Red Green Blue C M Y K H S L
Decimal 138 221 100 0.38 0 0.55 0.13 101.16 0.64 0.63
Hex 8A DD 64 26 0 37 D 65 40 3F
Octal 212 335 144 46 0 67 15 145 100 77
Binary 10001010 11011101 1100100 100110 0 110111 1101 1100101 1000000 111111

Color Harmonies of #8ADD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADD64

Black with #8ADD64

Text Example


Text Example

White with #8ADD64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,221,100); }

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

background-color css

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

 a { background-color: rgb(138,221,100); }

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

border-color css

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

 span { border-color: rgb(138,221,100); }

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