Html Css Color HEX #85C15B Mantis

📋 copy color: '#85C15B'

red 133 ◦ green 193 ◦ blue 91

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

Shades of Mantis #85C15B

Tints of Mantis #85C15B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 46.28%

 BLUE value IS 91 (35.94% from 255) = 21.82%

R = 31.89%
G = 46.28%
B = 21.82%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#85C15B (or 0x85C15B) is known color: Mantis. HEX triplet: 85, C1 and 5B. RGB value is (133,193,91). Sum of RGB (Red+Green+Blue) = 133+193+91=417 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.89% from 417); Green value is 193 (75.78% from 255 or 46.28% from 417); Blue value is 91 (35.94% from 255 or 21.82% from 417); Max value from RGB is 193 - color contains mainly: green. Hex color #85C15B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C15B is #7A3EA4. Grayscale: #A3A3A3. Windows color (decimal): -8011429 or 6013317. OLE color: 6013317.

HSL color Cylindrical-coordinate representation of color #85C15B: hue angle of 95.29º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #85C15B is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB 133 193 91 -
CMYK 0.31 0 0.53 0.24
HSL 95.29º 0.45% 0.56% -
HSV(B) 95.29º 0.53% 0.76% -
XYZ 30.63 43.88 16.75 -
YUV 163.43 87.12 106.29 -
System Red Green Blue C M Y K H S L
Decimal 133 193 91 0.31 0 0.53 0.24 95.29 0.45 0.56
Hex 85 C1 5B 1F 0 35 18 5F 2D 38
Octal 205 301 133 37 0 65 30 137 55 70
Binary 10000101 11000001 1011011 11111 0 110101 11000 1011111 101101 111000

Color Harmonies of #85C15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C15B

Black with #85C15B

Text Example


Text Example

White with #85C15B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,193,91); }

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

background-color css

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

 a { background-color: rgb(133,193,91); }

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

border-color css

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

 span { border-color: rgb(133,193,91); }

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