Html Css Color HEX #8ADD52 Mantis

📋 copy color: '#8ADD52'

red 138 ◦ green 221 ◦ blue 82

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

Shades of Mantis #8ADD52

Tints of Mantis #8ADD52

RGB

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

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

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

R = 31.29%
G = 50.11%
B = 18.59%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#8ADD52 (or 0x8ADD52) is known color: Mantis. HEX triplet: 8A, DD and 52. RGB value is (138,221,82). Sum of RGB (Red+Green+Blue) = 138+221+82=441 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.29% from 441); Green value is 221 (86.72% from 255 or 50.11% from 441); Blue value is 82 (32.42% from 255 or 18.59% from 441); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADD52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADD52 is #7522AD. Grayscale: #B4B4B4. Windows color (decimal): -7676590 or 5430666. OLE color: 5430666.

HSL color Cylindrical-coordinate representation of color #8ADD52: hue angle of 95.83º 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 #8ADD52 is Cyan = 0.38, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 138 221 82 -
CMYK 0.38 0 0.63 0.13
HSL 95.83º 0.67% 0.59% -
HSV(B) 95.83º 0.63% 0.87% -
XYZ 37.86 57.73 17.13 -
YUV 180.34 72.5 97.8 -
System Red Green Blue C M Y K H S L
Decimal 138 221 82 0.38 0 0.63 0.13 95.83 0.67 0.59
Hex 8A DD 52 26 0 3F D 60 43 3B
Octal 212 335 122 46 0 77 15 140 103 73
Binary 10001010 11011101 1010010 100110 0 111111 1101 1100000 1000011 111011

Color Harmonies of #8ADD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADD52

Black with #8ADD52

Text Example


Text Example

White with #8ADD52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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