Html Css Color HEX #85BD73 Mantis

📋 copy color: '#85BD73'

red 133 ◦ green 189 ◦ blue 115

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

Shades of Mantis #85BD73

Tints of Mantis #85BD73

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.25%

 BLUE value IS 115 (45.31% from 255) = 26.32%

R = 30.43%
G = 43.25%
B = 26.32%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#85BD73 (or 0x85BD73) is known color: Mantis. HEX triplet: 85, BD and 73. RGB value is (133,189,115). Sum of RGB (Red+Green+Blue) = 133+189+115=437 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.43% from 437); Green value is 189 (74.22% from 255 or 43.25% from 437); Blue value is 115 (45.31% from 255 or 26.32% from 437); Max value from RGB is 189 - color contains mainly: green. Hex color #85BD73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BD73 is #7A428C. Grayscale: #A4A4A4. Windows color (decimal): -8012429 or 7585157. OLE color: 7585157.

HSL color Cylindrical-coordinate representation of color #85BD73: hue angle of 105.41º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85BD73 is Cyan = 0.30, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB 133 189 115 -
CMYK 0.30 0 0.39 0.26
HSL 105.41º 0.36% 0.6% -
HSV(B) 105.41º 0.39% 0.74% -
XYZ 30.96 42.62 22.81 -
YUV 163.82 100.45 106.02 -
System Red Green Blue C M Y K H S L
Decimal 133 189 115 0.30 0 0.39 0.26 105.41 0.36 0.6
Hex 85 BD 73 1E 0 27 1A 69 24 3C
Octal 205 275 163 36 0 47 32 151 44 74
Binary 10000101 10111101 1110011 11110 0 100111 11010 1101001 100100 111100

Color Harmonies of #85BD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BD73

Black with #85BD73

Text Example


Text Example

White with #85BD73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,189,115); }

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

background-color css

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

 a { background-color: rgb(133,189,115); }

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

border-color css

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

 span { border-color: rgb(133,189,115); }

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