Html Css Color HEX #85DB4A Mantis

📋 copy color: '#85DB4A'

red 133 ◦ green 219 ◦ blue 74

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

Shades of Mantis #85DB4A

Tints of Mantis #85DB4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.37%

R = 31.22%
G = 51.41%
B = 17.37%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#85DB4A (or 0x85DB4A) is known color: Mantis. HEX triplet: 85, DB and 4A. RGB value is (133,219,74). Sum of RGB (Red+Green+Blue) = 133+219+74=426 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.22% from 426); Green value is 219 (85.94% from 255 or 51.41% from 426); Blue value is 74 (29.30% from 255 or 17.37% from 426); Max value from RGB is 219 - color contains mainly: green. Hex color #85DB4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85DB4A is #7A24B5. Grayscale: #B1B1B1. Windows color (decimal): -8004790 or 4905861. OLE color: 4905861.

HSL color Cylindrical-coordinate representation of color #85DB4A: hue angle of 95.59º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #85DB4A is Cyan = 0.39, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 219 74 -
CMYK 0.39 0 0.66 0.14
HSL 95.59º 0.67% 0.57% -
HSV(B) 95.59º 0.66% 0.86% -
XYZ 36.24 56.14 15.41 -
YUV 176.76 70.01 96.79 -
System Red Green Blue C M Y K H S L
Decimal 133 219 74 0.39 0 0.66 0.14 95.59 0.67 0.57
Hex 85 DB 4A 27 0 42 E 60 43 39
Octal 205 333 112 47 0 102 16 140 103 71
Binary 10000101 11011011 1001010 100111 0 1000010 1110 1100000 1000011 111001

Color Harmonies of #85DB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DB4A

Black with #85DB4A

Text Example


Text Example

White with #85DB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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