Html Css Color HEX #85BD69 Mantis

📋 copy color: '#85BD69'

red 133 ◦ green 189 ◦ blue 105

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

Shades of Mantis #85BD69

Tints of Mantis #85BD69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 24.59%

R = 31.15%
G = 44.26%
B = 24.59%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#85BD69 (or 0x85BD69) is known color: Mantis. HEX triplet: 85, BD and 69. RGB value is (133,189,105). Sum of RGB (Red+Green+Blue) = 133+189+105=427 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.15% from 427); Green value is 189 (74.22% from 255 or 44.26% from 427); Blue value is 105 (41.41% from 255 or 24.59% from 427); Max value from RGB is 189 - color contains mainly: green. Hex color #85BD69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BD69 is #7A4296. Grayscale: #A2A2A2. Windows color (decimal): -8012439 or 6929797. OLE color: 6929797.

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

Color convert

RGB 133 189 105 -
CMYK 0.30 0 0.44 0.26
HSL 100º 0.39% 0.58% -
HSV(B) 100º 0.44% 0.74% -
XYZ 30.42 42.4 19.95 -
YUV 162.68 95.45 106.83 -
System Red Green Blue C M Y K H S L
Decimal 133 189 105 0.30 0 0.44 0.26 100 0.39 0.58
Hex 85 BD 69 1E 0 2C 1A 64 27 3A
Octal 205 275 151 36 0 54 32 144 47 72
Binary 10000101 10111101 1101001 11110 0 101100 11010 1100100 100111 111010

Color Harmonies of #85BD69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BD69

Black with #85BD69

Text Example


Text Example

White with #85BD69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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