Html Css Color HEX #85D85A Mantis

📋 copy color: '#85D85A'

red 133 ◦ green 216 ◦ blue 90

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

Shades of Mantis #85D85A

Tints of Mantis #85D85A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 49.2%

 BLUE value IS 90 (35.55% from 255) = 20.5%

R = 30.3%
G = 49.2%
B = 20.5%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#85D85A (or 0x85D85A) is known color: Mantis. HEX triplet: 85, D8 and 5A. RGB value is (133,216,90). Sum of RGB (Red+Green+Blue) = 133+216+90=439 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.30% from 439); Green value is 216 (84.77% from 255 or 49.20% from 439); Blue value is 90 (35.55% from 255 or 20.50% from 439); Max value from RGB is 216 - color contains mainly: green. Hex color #85D85A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D85A is #7A27A5. Grayscale: #B1B1B1. Windows color (decimal): -8005542 or 5953669. OLE color: 5953669.

HSL color Cylindrical-coordinate representation of color #85D85A: hue angle of 99.52º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #85D85A is Cyan = 0.38, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 133 216 90 -
CMYK 0.38 0 0.58 0.15
HSL 99.52º 0.62% 0.6% -
HSV(B) 99.52º 0.58% 0.85% -
XYZ 36.07 54.84 18.36 -
YUV 176.82 79 96.75 -
System Red Green Blue C M Y K H S L
Decimal 133 216 90 0.38 0 0.58 0.15 99.52 0.62 0.6
Hex 85 D8 5A 26 0 3A F 64 3E 3C
Octal 205 330 132 46 0 72 17 144 76 74
Binary 10000101 11011000 1011010 100110 0 111010 1111 1100100 111110 111100

Color Harmonies of #85D85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D85A

Black with #85D85A

Text Example


Text Example

White with #85D85A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,216,90); }

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

background-color css

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

 a { background-color: rgb(133,216,90); }

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

border-color css

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

 span { border-color: rgb(133,216,90); }

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