#85BF4C

Color #85BF4C Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #85BF4C

Tints of Mantis #85BF4C

Color information

#85BF4C (or 0x85BF4C) is unknown color: approx Mantis. HEX triplet: 85, BF and 4C. RGB value is (133,191,76). Sum of RGB (Red+Green+Blue) = 133+191+76=400 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.25% from 400); Green value is 191 (75% from 255 or 47.75% from 400); Blue value is 76 (30.08% from 255 or 19% from 400); Max value from RGB is 191 - color contains mainly: green. Hex color #85BF4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BF4C is #7A40B3. Grayscale: #A0A0A0. Windows color (decimal): -8011956 or 5029765. OLE color: 5029765.

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

Color convert

RGB13319176-
CMYK0.3000.600.25
HSL90.26º47.33%52.35%-
HSV(B)90.26º60.21%74.9%-
XYZ29.6142.7713.53-
YUV160.5580.28108.35-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.25%
GREEN value IS 191 (75% from 255) = 47.75%
BLUE value IS 76 (30.08% from 255) = 19%
R=33.25%
G=47.75%
B=19%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal133191760.3000.600.2590.2647.3352.35
Hex85BF4C1E03C195a2f34
Octal20527711436074311325764
Binary10000101101111111001100111100111100110011011010101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BF4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #85BF4C;
 }
 .AnyTagClassName
 {
   color: #85BF4C;
 }
</style>
background-color css

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

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

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

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

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

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