Html Css Color HEX #85BF60 Mantis

📋 copy color: '#85BF60'

red 133 ◦ green 191 ◦ blue 96

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

Shades of Mantis #85BF60

Tints of Mantis #85BF60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 22.86%

R = 31.67%
G = 45.48%
B = 22.86%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#85BF60 (or 0x85BF60) is known color: Mantis. HEX triplet: 85, BF and 60. RGB value is (133,191,96). Sum of RGB (Red+Green+Blue) = 133+191+96=420 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.67% from 420); Green value is 191 (75% from 255 or 45.48% from 420); Blue value is 96 (37.89% from 255 or 22.86% from 420); Max value from RGB is 191 - color contains mainly: green. Hex color #85BF60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BF60 is #7A409F. Grayscale: #A3A3A3. Windows color (decimal): -8011936 or 6340485. OLE color: 6340485.

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

Color convert

RGB 133 191 96 -
CMYK 0.30 0 0.50 0.25
HSL 96.63º 0.43% 0.56% -
HSV(B) 96.63º 0.5% 0.75% -
XYZ 30.41 43.09 17.78 -
YUV 162.83 90.28 106.72 -
System Red Green Blue C M Y K H S L
Decimal 133 191 96 0.30 0 0.50 0.25 96.63 0.43 0.56
Hex 85 BF 60 1E 0 32 19 61 2B 38
Octal 205 277 140 36 0 62 31 141 53 70
Binary 10000101 10111111 1100000 11110 0 110010 11001 1100001 101011 111000

Color Harmonies of #85BF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BF60

Black with #85BF60

Text Example


Text Example

White with #85BF60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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