Html Css Color HEX #85BE73 Mantis

📋 copy color: '#85BE73'

red 133 ◦ green 190 ◦ blue 115

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

Shades of Mantis #85BE73

Tints of Mantis #85BE73

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.38%

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

R = 30.37%
G = 43.38%
B = 26.26%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#85BE73 (or 0x85BE73) is known color: Mantis. HEX triplet: 85, BE and 73. RGB value is (133,190,115). Sum of RGB (Red+Green+Blue) = 133+190+115=438 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.37% from 438); Green value is 190 (74.61% from 255 or 43.38% from 438); Blue value is 115 (45.31% from 255 or 26.26% from 438); Max value from RGB is 190 - color contains mainly: green. Hex color #85BE73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BE73 is #7A418C. Grayscale: #A4A4A4. Windows color (decimal): -8012173 or 7585413. OLE color: 7585413.

HSL color Cylindrical-coordinate representation of color #85BE73: hue angle of 105.6º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85BE73 is Cyan = 0.3, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 190 115 -
CMYK 0.3 0 0.39 0.25
HSL 105.6º 0.37% 0.6% -
HSV(B) 105.6º 0.39% 0.75% -
XYZ 31.18 43.05 22.89 -
YUV 164.41 100.12 105.6 -
System Red Green Blue C M Y K H S L
Decimal 133 190 115 0.3 0 0.39 0.25 105.6 0.37 0.6
Hex 85 BE 73 1E 0 27 19 6A 25 3C
Octal 205 276 163 36 0 47 31 152 45 74
Binary 10000101 10111110 1110011 11110 0 100111 11001 1101010 100101 111100

Color Harmonies of #85BE73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BE73

Black with #85BE73

Text Example


Text Example

White with #85BE73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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