Html Css Color HEX #85C065 Mantis

📋 copy color: '#85C065'

red 133 ◦ green 192 ◦ blue 101

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

Shades of Mantis #85C065

Tints of Mantis #85C065

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.07%

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

R = 31.22%
G = 45.07%
B = 23.71%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#85C065 (or 0x85C065) is known color: Mantis. HEX triplet: 85, C0 and 65. RGB value is (133,192,101). Sum of RGB (Red+Green+Blue) = 133+192+101=426 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.22% from 426); Green value is 192 (75.39% from 255 or 45.07% from 426); Blue value is 101 (39.84% from 255 or 23.71% from 426); Max value from RGB is 192 - color contains mainly: green. Hex color #85C065 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C065 is #7A3F9A. Grayscale: #A4A4A4. Windows color (decimal): -8011675 or 6668421. OLE color: 6668421.

HSL color Cylindrical-coordinate representation of color #85C065: hue angle of 98.9º degrees, saturation: 0.42, 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 #85C065 is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 192 101 -
CMYK 0.31 0 0.47 0.25
HSL 98.9º 0.42% 0.57% -
HSV(B) 98.9º 0.47% 0.75% -
XYZ 30.87 43.63 19.11 -
YUV 163.99 92.45 105.9 -
System Red Green Blue C M Y K H S L
Decimal 133 192 101 0.31 0 0.47 0.25 98.9 0.42 0.57
Hex 85 C0 65 1F 0 2F 19 63 2A 39
Octal 205 300 145 37 0 57 31 143 52 71
Binary 10000101 11000000 1100101 11111 0 101111 11001 1100011 101010 111001

Color Harmonies of #85C065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C065

Black with #85C065

Text Example


Text Example

White with #85C065

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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