Html Css Color HEX #85BF5D Mantis

📋 copy color: '#85BF5D'

red 133 ◦ green 191 ◦ blue 93

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

Shades of Mantis #85BF5D

Tints of Mantis #85BF5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.3%

R = 31.89%
G = 45.8%
B = 22.3%

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

#85BF5D (or 0x85BF5D) is known color: Mantis. HEX triplet: 85, BF and 5D. RGB value is (133,191,93). Sum of RGB (Red+Green+Blue) = 133+191+93=417 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.89% from 417); Green value is 191 (75% from 255 or 45.80% from 417); Blue value is 93 (36.72% from 255 or 22.30% from 417); Max value from RGB is 191 - color contains mainly: green. Hex color #85BF5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BF5D is #7A40A2. Grayscale: #A2A2A2. Windows color (decimal): -8011939 or 6143877. OLE color: 6143877.

HSL color Cylindrical-coordinate representation of color #85BF5D: hue angle of 95.51º 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 #85BF5D is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 191 93 -
CMYK 0.30 0 0.51 0.25
HSL 95.51º 0.43% 0.56% -
HSV(B) 95.51º 0.51% 0.75% -
XYZ 30.28 43.04 17.07 -
YUV 162.49 88.78 106.97 -
System Red Green Blue C M Y K H S L
Decimal 133 191 93 0.30 0 0.51 0.25 95.51 0.43 0.56
Hex 85 BF 5D 1E 0 33 19 60 2B 38
Octal 205 277 135 36 0 63 31 140 53 70
Binary 10000101 10111111 1011101 11110 0 110011 11001 1100000 101011 111000

Color Harmonies of #85BF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BF5D

Black with #85BF5D

Text Example


Text Example

White with #85BF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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