Html Css Color HEX #85C148 Mantis

📋 copy color: '#85C148'

red 133 ◦ green 193 ◦ blue 72

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

Shades of Mantis #85C148

Tints of Mantis #85C148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.09%

R = 33.42%
G = 48.49%
B = 18.09%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#85C148 (or 0x85C148) is known color: Mantis. HEX triplet: 85, C1 and 48. RGB value is (133,193,72). Sum of RGB (Red+Green+Blue) = 133+193+72=398 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.42% from 398); Green value is 193 (75.78% from 255 or 48.49% from 398); Blue value is 72 (28.52% from 255 or 18.09% from 398); Max value from RGB is 193 - color contains mainly: green. Hex color #85C148 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C148 is #7A3EB7. Grayscale: #A1A1A1. Windows color (decimal): -8011448 or 4768133. OLE color: 4768133.

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

Color convert

RGB 133 193 72 -
CMYK 0.31 0 0.63 0.24
HSL 89.75º 0.49% 0.52% -
HSV(B) 89.75º 0.63% 0.76% -
XYZ 29.91 43.59 12.97 -
YUV 161.27 77.62 107.84 -
System Red Green Blue C M Y K H S L
Decimal 133 193 72 0.31 0 0.63 0.24 89.75 0.49 0.52
Hex 85 C1 48 1F 0 3F 18 5A 31 34
Octal 205 301 110 37 0 77 30 132 61 64
Binary 10000101 11000001 1001000 11111 0 111111 11000 1011010 110001 110100

Color Harmonies of #85C148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C148

Black with #85C148

Text Example


Text Example

White with #85C148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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