Html Css Color HEX #85C273 Mantis

📋 copy color: '#85C273'

red 133 ◦ green 194 ◦ blue 115

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

Shades of Mantis #85C273

Tints of Mantis #85C273

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.89%

 BLUE value IS 115 (45.31% from 255) = 26.02%

R = 30.09%
G = 43.89%
B = 26.02%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#85C273 (or 0x85C273) is known color: Mantis. HEX triplet: 85, C2 and 73. RGB value is (133,194,115). Sum of RGB (Red+Green+Blue) = 133+194+115=442 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.09% from 442); Green value is 194 (76.17% from 255 or 43.89% from 442); Blue value is 115 (45.31% from 255 or 26.02% from 442); Max value from RGB is 194 - color contains mainly: green. Hex color #85C273 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C273 is #7A3D8C. Grayscale: #A7A7A7. Windows color (decimal): -8011149 or 7586437. OLE color: 7586437.

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

Color convert

RGB 133 194 115 -
CMYK 0.31 0 0.41 0.24
HSL 106.33º 0.39% 0.61% -
HSV(B) 106.33º 0.41% 0.76% -
XYZ 32.06 44.81 23.18 -
YUV 166.76 98.79 103.92 -
System Red Green Blue C M Y K H S L
Decimal 133 194 115 0.31 0 0.41 0.24 106.33 0.39 0.61
Hex 85 C2 73 1F 0 29 18 6A 27 3D
Octal 205 302 163 37 0 51 30 152 47 75
Binary 10000101 11000010 1110011 11111 0 101001 11000 1101010 100111 111101

Color Harmonies of #85C273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C273

Black with #85C273

Text Example


Text Example

White with #85C273

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,194,115); }

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

background-color css

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

 a { background-color: rgb(133,194,115); }

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

border-color css

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

 span { border-color: rgb(133,194,115); }

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