Html Css Color HEX #85CA70 Mantis

📋 copy color: '#85CA70'

red 133 ◦ green 202 ◦ blue 112

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

Shades of Mantis #85CA70

Tints of Mantis #85CA70

RGB

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

 GREEN value IS 202 (79.3% from 255) = 45.19%

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

R = 29.75%
G = 45.19%
B = 25.06%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#85CA70 (or 0x85CA70) is known color: Mantis. HEX triplet: 85, CA and 70. RGB value is (133,202,112). Sum of RGB (Red+Green+Blue) = 133+202+112=447 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.75% from 447); Green value is 202 (79.30% from 255 or 45.19% from 447); Blue value is 112 (44.14% from 255 or 25.06% from 447); Max value from RGB is 202 - color contains mainly: green. Hex color #85CA70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CA70 is #7A358F. Grayscale: #ABABAB. Windows color (decimal): -8009104 or 7391877. OLE color: 7391877.

HSL color Cylindrical-coordinate representation of color #85CA70: hue angle of 106º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85CA70 is Cyan = 0.34, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 133 202 112 -
CMYK 0.34 0 0.45 0.21
HSL 106º 0.46% 0.62% -
HSV(B) 106º 0.45% 0.79% -
XYZ 33.72 48.4 22.89 -
YUV 171.11 94.64 100.82 -
System Red Green Blue C M Y K H S L
Decimal 133 202 112 0.34 0 0.45 0.21 106 0.46 0.62
Hex 85 CA 70 22 0 2D 15 6A 2E 3E
Octal 205 312 160 42 0 55 25 152 56 76
Binary 10000101 11001010 1110000 100010 0 101101 10101 1101010 101110 111110

Color Harmonies of #85CA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CA70

Black with #85CA70

Text Example


Text Example

White with #85CA70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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