Html Css Color HEX #85BC58 Mantis

📋 copy color: '#85BC58'

red 133 ◦ green 188 ◦ blue 88

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

Shades of Mantis #85BC58

Tints of Mantis #85BC58

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.97%

 BLUE value IS 88 (34.77% from 255) = 21.52%

R = 32.52%
G = 45.97%
B = 21.52%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#85BC58 (or 0x85BC58) is known color: Mantis. HEX triplet: 85, BC and 58. RGB value is (133,188,88). Sum of RGB (Red+Green+Blue) = 133+188+88=409 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.52% from 409); Green value is 188 (73.83% from 255 or 45.97% from 409); Blue value is 88 (34.77% from 255 or 21.52% from 409); Max value from RGB is 188 - color contains mainly: green. Hex color #85BC58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BC58 is #7A43A7. Grayscale: #A0A0A0. Windows color (decimal): -8012712 or 5815429. OLE color: 5815429.

HSL color Cylindrical-coordinate representation of color #85BC58: hue angle of 93º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #85BC58 is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB 133 188 88 -
CMYK 0.29 0 0.53 0.26
HSL 93º 0.43% 0.54% -
HSV(B) 93º 0.53% 0.74% -
XYZ 29.42 41.66 15.72 -
YUV 160.16 87.28 108.63 -
System Red Green Blue C M Y K H S L
Decimal 133 188 88 0.29 0 0.53 0.26 93 0.43 0.54
Hex 85 BC 58 1D 0 35 1A 5D 2B 36
Octal 205 274 130 35 0 65 32 135 53 66
Binary 10000101 10111100 1011000 11101 0 110101 11010 1011101 101011 110110

Color Harmonies of #85BC58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BC58

Black with #85BC58

Text Example


Text Example

White with #85BC58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,188,88); }

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

background-color css

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

 a { background-color: rgb(133,188,88); }

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

border-color css

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

 span { border-color: rgb(133,188,88); }

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