Html Css Color HEX #8ADB54 Mantis

📋 copy color: '#8ADB54'

red 138 ◦ green 219 ◦ blue 84

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

Shades of Mantis #8ADB54

Tints of Mantis #8ADB54

RGB

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

 GREEN value IS 219 (85.94% from 255) = 49.66%

 BLUE value IS 84 (33.2% from 255) = 19.05%

R = 31.29%
G = 49.66%
B = 19.05%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#8ADB54 (or 0x8ADB54) is known color: Mantis. HEX triplet: 8A, DB and 54. RGB value is (138,219,84). Sum of RGB (Red+Green+Blue) = 138+219+84=441 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.29% from 441); Green value is 219 (85.94% from 255 or 49.66% from 441); Blue value is 84 (33.20% from 255 or 19.05% from 441); Max value from RGB is 219 - color contains mainly: green. Hex color #8ADB54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADB54 is #7524AB. Grayscale: #B3B3B3. Windows color (decimal): -7677100 or 5561226. OLE color: 5561226.

HSL color Cylindrical-coordinate representation of color #8ADB54: hue angle of 96º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8ADB54 is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB 138 219 84 -
CMYK 0.37 0 0.62 0.14
HSL 96º 0.65% 0.59% -
HSV(B) 96º 0.62% 0.86% -
XYZ 37.41 56.71 17.36 -
YUV 179.39 74.16 98.48 -
System Red Green Blue C M Y K H S L
Decimal 138 219 84 0.37 0 0.62 0.14 96 0.65 0.59
Hex 8A DB 54 25 0 3E E 60 41 3B
Octal 212 333 124 45 0 76 16 140 101 73
Binary 10001010 11011011 1010100 100101 0 111110 1110 1100000 1000001 111011

Color Harmonies of #8ADB54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADB54

Black with #8ADB54

Text Example


Text Example

White with #8ADB54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,219,84); }

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

background-color css

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

 a { background-color: rgb(138,219,84); }

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

border-color css

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

 span { border-color: rgb(138,219,84); }

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