Html Css Color HEX #85BD64 Mantis

📋 copy color: '#85BD64'

red 133 ◦ green 189 ◦ blue 100

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

Shades of Mantis #85BD64

Tints of Mantis #85BD64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 23.7%

R = 31.52%
G = 44.79%
B = 23.7%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#85BD64 (or 0x85BD64) is known color: Mantis. HEX triplet: 85, BD and 64. RGB value is (133,189,100). Sum of RGB (Red+Green+Blue) = 133+189+100=422 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.52% from 422); Green value is 189 (74.22% from 255 or 44.79% from 422); Blue value is 100 (39.45% from 255 or 23.70% from 422); Max value from RGB is 189 - color contains mainly: green. Hex color #85BD64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BD64 is #7A429B. Grayscale: #A2A2A2. Windows color (decimal): -8012444 or 6602117. OLE color: 6602117.

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

Color convert

RGB 133 189 100 -
CMYK 0.30 0 0.47 0.26
HSL 97.75º 0.4% 0.57% -
HSV(B) 97.75º 0.47% 0.74% -
XYZ 30.17 42.3 18.63 -
YUV 162.11 92.95 107.24 -
System Red Green Blue C M Y K H S L
Decimal 133 189 100 0.30 0 0.47 0.26 97.75 0.4 0.57
Hex 85 BD 64 1E 0 2F 1A 62 28 39
Octal 205 275 144 36 0 57 32 142 50 71
Binary 10000101 10111101 1100100 11110 0 101111 11010 1100010 101000 111001

Color Harmonies of #85BD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BD64

Black with #85BD64

Text Example


Text Example

White with #85BD64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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