Html Css Color HEX #85BF5E Mantis

📋 copy color: '#85BF5E'

red 133 ◦ green 191 ◦ blue 94

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

Shades of Mantis #85BF5E

Tints of Mantis #85BF5E

RGB

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

 GREEN value IS 191 (75% from 255) = 45.69%

 BLUE value IS 94 (37.11% from 255) = 22.49%

R = 31.82%
G = 45.69%
B = 22.49%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#85BF5E (or 0x85BF5E) is known color: Mantis. HEX triplet: 85, BF and 5E. RGB value is (133,191,94). Sum of RGB (Red+Green+Blue) = 133+191+94=418 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.82% from 418); Green value is 191 (75% from 255 or 45.69% from 418); Blue value is 94 (37.11% from 255 or 22.49% from 418); Max value from RGB is 191 - color contains mainly: green. Hex color #85BF5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BF5E is #7A40A1. Grayscale: #A2A2A2. Windows color (decimal): -8011938 or 6209413. OLE color: 6209413.

HSL color Cylindrical-coordinate representation of color #85BF5E: hue angle of 95.88º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #85BF5E is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 191 94 -
CMYK 0.30 0 0.51 0.25
HSL 95.88º 0.43% 0.56% -
HSV(B) 95.88º 0.51% 0.75% -
XYZ 30.32 43.06 17.3 -
YUV 162.6 89.28 106.89 -
System Red Green Blue C M Y K H S L
Decimal 133 191 94 0.30 0 0.51 0.25 95.88 0.43 0.56
Hex 85 BF 5E 1E 0 33 19 60 2B 38
Octal 205 277 136 36 0 63 31 140 53 70
Binary 10000101 10111111 1011110 11110 0 110011 11001 1100000 101011 111000

Color Harmonies of #85BF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BF5E

Black with #85BF5E

Text Example


Text Example

White with #85BF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,191,94); }

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

background-color css

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

 a { background-color: rgb(133,191,94); }

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

border-color css

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

 span { border-color: rgb(133,191,94); }

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