Html Css Color HEX #85C05C Mantis

📋 copy color: '#85C05C'

red 133 ◦ green 192 ◦ blue 92

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

Shades of Mantis #85C05C

Tints of Mantis #85C05C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.06%

R = 31.89%
G = 46.04%
B = 22.06%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#85C05C (or 0x85C05C) is known color: Mantis. HEX triplet: 85, C0 and 5C. RGB value is (133,192,92). Sum of RGB (Red+Green+Blue) = 133+192+92=417 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.89% from 417); Green value is 192 (75.39% from 255 or 46.04% from 417); Blue value is 92 (36.33% from 255 or 22.06% from 417); Max value from RGB is 192 - color contains mainly: green. Hex color #85C05C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C05C is #7A3FA3. Grayscale: #A3A3A3. Windows color (decimal): -8011684 or 6078597. OLE color: 6078597.

HSL color Cylindrical-coordinate representation of color #85C05C: hue angle of 95.4º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #85C05C is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 192 92 -
CMYK 0.31 0 0.52 0.25
HSL 95.4º 0.44% 0.56% -
HSV(B) 95.4º 0.52% 0.75% -
XYZ 30.45 43.46 16.91 -
YUV 162.96 87.95 106.63 -
System Red Green Blue C M Y K H S L
Decimal 133 192 92 0.31 0 0.52 0.25 95.4 0.44 0.56
Hex 85 C0 5C 1F 0 34 19 5F 2C 38
Octal 205 300 134 37 0 64 31 137 54 70
Binary 10000101 11000000 1011100 11111 0 110100 11001 1011111 101100 111000

Color Harmonies of #85C05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C05C

Black with #85C05C

Text Example


Text Example

White with #85C05C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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