Html Css Color HEX #85BF70 Mantis

📋 copy color: '#85BF70'

red 133 ◦ green 191 ◦ blue 112

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

Shades of Mantis #85BF70

Tints of Mantis #85BF70

RGB

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

 GREEN value IS 191 (75% from 255) = 43.81%

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

R = 30.5%
G = 43.81%
B = 25.69%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#85BF70 (or 0x85BF70) is known color: Mantis. HEX triplet: 85, BF and 70. RGB value is (133,191,112). Sum of RGB (Red+Green+Blue) = 133+191+112=436 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.50% from 436); Green value is 191 (75% from 255 or 43.81% from 436); Blue value is 112 (44.14% from 255 or 25.69% from 436); Max value from RGB is 191 - color contains mainly: green. Hex color #85BF70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BF70 is #7A408F. Grayscale: #A4A4A4. Windows color (decimal): -8011920 or 7389061. OLE color: 7389061.

HSL color Cylindrical-coordinate representation of color #85BF70: hue angle of 104.05º 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 #85BF70 is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 191 112 -
CMYK 0.30 0 0.41 0.25
HSL 104.05º 0.38% 0.59% -
HSV(B) 104.05º 0.41% 0.75% -
XYZ 31.23 43.42 22.06 -
YUV 164.65 98.28 105.42 -
System Red Green Blue C M Y K H S L
Decimal 133 191 112 0.30 0 0.41 0.25 104.05 0.38 0.59
Hex 85 BF 70 1E 0 29 19 68 26 3B
Octal 205 277 160 36 0 51 31 150 46 73
Binary 10000101 10111111 1110000 11110 0 101001 11001 1101000 100110 111011

Color Harmonies of #85BF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BF70

Black with #85BF70

Text Example


Text Example

White with #85BF70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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