Html Css Color HEX #85C154 Mantis

📋 copy color: '#85C154'

red 133 ◦ green 193 ◦ blue 84

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

Shades of Mantis #85C154

Tints of Mantis #85C154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.49%

R = 32.44%
G = 47.07%
B = 20.49%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#85C154 (or 0x85C154) is known color: Mantis. HEX triplet: 85, C1 and 54. RGB value is (133,193,84). Sum of RGB (Red+Green+Blue) = 133+193+84=410 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.44% from 410); Green value is 193 (75.78% from 255 or 47.07% from 410); Blue value is 84 (33.20% from 255 or 20.49% from 410); Max value from RGB is 193 - color contains mainly: green. Hex color #85C154 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C154 is #7A3EAB. Grayscale: #A3A3A3. Windows color (decimal): -8011436 or 5554565. OLE color: 5554565.

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

Color convert

RGB 133 193 84 -
CMYK 0.31 0 0.56 0.24
HSL 93.03º 0.47% 0.54% -
HSV(B) 93.03º 0.56% 0.76% -
XYZ 30.34 43.77 15.24 -
YUV 162.63 83.62 106.86 -
System Red Green Blue C M Y K H S L
Decimal 133 193 84 0.31 0 0.56 0.24 93.03 0.47 0.54
Hex 85 C1 54 1F 0 38 18 5D 2F 36
Octal 205 301 124 37 0 70 30 135 57 66
Binary 10000101 11000001 1010100 11111 0 111000 11000 1011101 101111 110110

Color Harmonies of #85C154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C154

Black with #85C154

Text Example


Text Example

White with #85C154

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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