Html Css Color HEX #85DB54 Mantis

📋 copy color: '#85DB54'

red 133 ◦ green 219 ◦ blue 84

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

Shades of Mantis #85DB54

Tints of Mantis #85DB54

RGB

 RED value IS 133 (52.34% from 255) = 30.5%

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

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

R = 30.5%
G = 50.23%
B = 19.27%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#85DB54 (or 0x85DB54) is known color: Mantis. HEX triplet: 85, DB and 54. RGB value is (133,219,84). Sum of RGB (Red+Green+Blue) = 133+219+84=436 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.50% from 436); Green value is 219 (85.94% from 255 or 50.23% from 436); Blue value is 84 (33.20% from 255 or 19.27% from 436); Max value from RGB is 219 - color contains mainly: green. Hex color #85DB54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85DB54 is #7A24AB. Grayscale: #B2B2B2. Windows color (decimal): -8004780 or 5561221. OLE color: 5561221.

HSL color Cylindrical-coordinate representation of color #85DB54: hue angle of 98.22º 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 #85DB54 is Cyan = 0.39, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 219 84 -
CMYK 0.39 0 0.62 0.14
HSL 98.22º 0.65% 0.59% -
HSV(B) 98.22º 0.62% 0.86% -
XYZ 36.6 56.29 17.32 -
YUV 177.9 75.01 95.98 -
System Red Green Blue C M Y K H S L
Decimal 133 219 84 0.39 0 0.62 0.14 98.22 0.65 0.59
Hex 85 DB 54 27 0 3E E 62 41 3B
Octal 205 333 124 47 0 76 16 142 101 73
Binary 10000101 11011011 1010100 100111 0 111110 1110 1100010 1000001 111011

Color Harmonies of #85DB54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DB54

Black with #85DB54

Text Example


Text Example

White with #85DB54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85DB54; }

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

 H1.HeaderClassName
 {
   color: #85DB54;
 }
 .AnyTagClassName
 {
   color: #85DB54;
 }
</style>

background-color css

<style>
 a { background-color: #85DB54; }

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

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

border-color css

<style>
 span { border-color: #85DB54; }

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

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