Html Css Color HEX #85BF45 Mantis

📋 copy color: '#85BF45'

red 133 ◦ green 191 ◦ blue 69

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

Shades of Mantis #85BF45

Tints of Mantis #85BF45

RGB

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

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

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

R = 33.84%
G = 48.6%
B = 17.56%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#85BF45 (or 0x85BF45) is known color: Mantis. HEX triplet: 85, BF and 45. RGB value is (133,191,69). Sum of RGB (Red+Green+Blue) = 133+191+69=393 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.84% from 393); Green value is 191 (75% from 255 or 48.60% from 393); Blue value is 69 (27.34% from 255 or 17.56% from 393); Max value from RGB is 191 - color contains mainly: green. Hex color #85BF45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BF45 is #7A40BA. Grayscale: #A0A0A0. Windows color (decimal): -8011963 or 4571013. OLE color: 4571013.

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

Color convert

RGB 133 191 69 -
CMYK 0.30 0 0.64 0.25
HSL 88.52º 0.49% 0.51% -
HSV(B) 88.52º 0.64% 0.75% -
XYZ 29.38 42.68 12.32 -
YUV 159.75 76.78 108.92 -
System Red Green Blue C M Y K H S L
Decimal 133 191 69 0.30 0 0.64 0.25 88.52 0.49 0.51
Hex 85 BF 45 1E 0 40 19 59 31 33
Octal 205 277 105 36 0 100 31 131 61 63
Binary 10000101 10111111 1000101 11110 0 1000000 11001 1011001 110001 110011

Color Harmonies of #85BF45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BF45

Black with #85BF45

Text Example


Text Example

White with #85BF45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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