Html Css Color HEX #85BF54 Mantis

📋 copy color: '#85BF54'

red 133 ◦ green 191 ◦ blue 84

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

Shades of Mantis #85BF54

Tints of Mantis #85BF54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.59%

R = 32.6%
G = 46.81%
B = 20.59%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#85BF54 (or 0x85BF54) is known color: Mantis. HEX triplet: 85, BF and 54. RGB value is (133,191,84). Sum of RGB (Red+Green+Blue) = 133+191+84=408 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.60% from 408); Green value is 191 (75% from 255 or 46.81% from 408); Blue value is 84 (33.20% from 255 or 20.59% from 408); Max value from RGB is 191 - color contains mainly: green. Hex color #85BF54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BF54 is #7A40AB. Grayscale: #A1A1A1. Windows color (decimal): -8011948 or 5554053. OLE color: 5554053.

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

Color convert

RGB 133 191 84 -
CMYK 0.30 0 0.56 0.25
HSL 92.52º 0.46% 0.54% -
HSV(B) 92.52º 0.56% 0.75% -
XYZ 29.9 42.89 15.09 -
YUV 161.46 84.28 107.7 -
System Red Green Blue C M Y K H S L
Decimal 133 191 84 0.30 0 0.56 0.25 92.52 0.46 0.54
Hex 85 BF 54 1E 0 38 19 5D 2E 36
Octal 205 277 124 36 0 70 31 135 56 66
Binary 10000101 10111111 1010100 11110 0 111000 11001 1011101 101110 110110

Color Harmonies of #85BF54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BF54

Black with #85BF54

Text Example


Text Example

White with #85BF54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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