Html Css Color HEX #85BF4D Mantis

📋 copy color: '#85BF4D'

red 133 ◦ green 191 ◦ blue 77

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

Shades of Mantis #85BF4D

Tints of Mantis #85BF4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.2%

R = 33.17%
G = 47.63%
B = 19.2%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#85BF4D (or 0x85BF4D) is known color: Mantis. HEX triplet: 85, BF and 4D. RGB value is (133,191,77). Sum of RGB (Red+Green+Blue) = 133+191+77=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 191 (75% from 255 or 47.63% from 401); Blue value is 77 (30.47% from 255 or 19.20% from 401); Max value from RGB is 191 - color contains mainly: green. Hex color #85BF4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BF4D is #7A40B2. Grayscale: #A1A1A1. Windows color (decimal): -8011955 or 5095301. OLE color: 5095301.

HSL color Cylindrical-coordinate representation of color #85BF4D: hue angle of 90.53º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #85BF4D is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 191 77 -
CMYK 0.30 0 0.60 0.25
HSL 90.53º 0.47% 0.53% -
HSV(B) 90.53º 0.6% 0.75% -
XYZ 29.64 42.78 13.72 -
YUV 160.66 80.78 108.27 -
System Red Green Blue C M Y K H S L
Decimal 133 191 77 0.30 0 0.60 0.25 90.53 0.47 0.53
Hex 85 BF 4D 1E 0 3C 19 5B 2F 35
Octal 205 277 115 36 0 74 31 133 57 65
Binary 10000101 10111111 1001101 11110 0 111100 11001 1011011 101111 110101

Color Harmonies of #85BF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BF4D

Black with #85BF4D

Text Example


Text Example

White with #85BF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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