Html Css Color HEX #85BD45 Mantis

📋 copy color: '#85BD45'

red 133 ◦ green 189 ◦ blue 69

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

Shades of Mantis #85BD45

Tints of Mantis #85BD45

RGB

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

 GREEN value IS 189 (74.22% from 255) = 48.34%

 BLUE value IS 69 (27.34% from 255) = 17.65%

R = 34.02%
G = 48.34%
B = 17.65%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#85BD45 (or 0x85BD45) is known color: Mantis. HEX triplet: 85, BD and 45. RGB value is (133,189,69). Sum of RGB (Red+Green+Blue) = 133+189+69=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 189 (74.22% from 255 or 48.34% from 391); Blue value is 69 (27.34% from 255 or 17.65% from 391); Max value from RGB is 189 - color contains mainly: green. Hex color #85BD45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BD45 is #7A42BA. Grayscale: #9F9F9F. Windows color (decimal): -8012475 or 4570501. OLE color: 4570501.

HSL color Cylindrical-coordinate representation of color #85BD45: hue angle of 88º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #85BD45 is Cyan = 0.30, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB 133 189 69 -
CMYK 0.30 0 0.63 0.26
HSL 88º 0.48% 0.51% -
HSV(B) 88º 0.63% 0.74% -
XYZ 28.94 41.81 12.18 -
YUV 158.58 77.45 109.76 -
System Red Green Blue C M Y K H S L
Decimal 133 189 69 0.30 0 0.63 0.26 88 0.48 0.51
Hex 85 BD 45 1E 0 3F 1A 58 30 33
Octal 205 275 105 36 0 77 32 130 60 63
Binary 10000101 10111101 1000101 11110 0 111111 11010 1011000 110000 110011

Color Harmonies of #85BD45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BD45

Black with #85BD45

Text Example


Text Example

White with #85BD45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,189,69); }

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

background-color css

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

 a { background-color: rgb(133,189,69); }

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

border-color css

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

 span { border-color: rgb(133,189,69); }

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