Html Css Color HEX #85BE65 Mantis

📋 copy color: '#85BE65'

red 133 ◦ green 190 ◦ blue 101

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

Shades of Mantis #85BE65

Tints of Mantis #85BE65

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.81%

 BLUE value IS 101 (39.84% from 255) = 23.82%

R = 31.37%
G = 44.81%
B = 23.82%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#85BE65 (or 0x85BE65) is known color: Mantis. HEX triplet: 85, BE and 65. RGB value is (133,190,101). Sum of RGB (Red+Green+Blue) = 133+190+101=424 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.37% from 424); Green value is 190 (74.61% from 255 or 44.81% from 424); Blue value is 101 (39.84% from 255 or 23.82% from 424); Max value from RGB is 190 - color contains mainly: green. Hex color #85BE65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BE65 is #7A419A. Grayscale: #A3A3A3. Windows color (decimal): -8012187 or 6667909. OLE color: 6667909.

HSL color Cylindrical-coordinate representation of color #85BE65: hue angle of 98.43º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85BE65 is Cyan = 0.3, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 190 101 -
CMYK 0.3 0 0.47 0.25
HSL 98.43º 0.41% 0.57% -
HSV(B) 98.43º 0.47% 0.75% -
XYZ 30.44 42.75 18.96 -
YUV 162.81 93.12 106.74 -
System Red Green Blue C M Y K H S L
Decimal 133 190 101 0.3 0 0.47 0.25 98.43 0.41 0.57
Hex 85 BE 65 1E 0 2F 19 62 29 39
Octal 205 276 145 36 0 57 31 142 51 71
Binary 10000101 10111110 1100101 11110 0 101111 11001 1100010 101001 111001

Color Harmonies of #85BE65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BE65

Black with #85BE65

Text Example


Text Example

White with #85BE65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,190,101); }

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

background-color css

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

 a { background-color: rgb(133,190,101); }

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

border-color css

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

 span { border-color: rgb(133,190,101); }

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