Html Css Color HEX #85BE70 Mantis

📋 copy color: '#85BE70'

red 133 ◦ green 190 ◦ blue 112

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

Shades of Mantis #85BE70

Tints of Mantis #85BE70

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.68%

 BLUE value IS 112 (44.14% from 255) = 25.75%

R = 30.57%
G = 43.68%
B = 25.75%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#85BE70 (or 0x85BE70) is known color: Mantis. HEX triplet: 85, BE and 70. RGB value is (133,190,112). Sum of RGB (Red+Green+Blue) = 133+190+112=435 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.57% from 435); Green value is 190 (74.61% from 255 or 43.68% from 435); Blue value is 112 (44.14% from 255 or 25.75% from 435); Max value from RGB is 190 - color contains mainly: green. Hex color #85BE70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BE70 is #7A418F. Grayscale: #A4A4A4. Windows color (decimal): -8012176 or 7388805. OLE color: 7388805.

HSL color Cylindrical-coordinate representation of color #85BE70: hue angle of 103.85º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85BE70 is Cyan = 0.3, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 190 112 -
CMYK 0.3 0 0.41 0.25
HSL 103.85º 0.38% 0.59% -
HSV(B) 103.85º 0.41% 0.75% -
XYZ 31.01 42.98 21.99 -
YUV 164.07 98.62 105.84 -
System Red Green Blue C M Y K H S L
Decimal 133 190 112 0.3 0 0.41 0.25 103.85 0.38 0.59
Hex 85 BE 70 1E 0 29 19 68 26 3B
Octal 205 276 160 36 0 51 31 150 46 73
Binary 10000101 10111110 1110000 11110 0 101001 11001 1101000 100110 111011

Color Harmonies of #85BE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BE70

Black with #85BE70

Text Example


Text Example

White with #85BE70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,190,112); }

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

background-color css

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

 a { background-color: rgb(133,190,112); }

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

border-color css

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

 span { border-color: rgb(133,190,112); }

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