Html Css Color HEX #85D55D Mantis

📋 copy color: '#85D55D'

red 133 ◦ green 213 ◦ blue 93

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

Shades of Mantis #85D55D

Tints of Mantis #85D55D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.52%

 BLUE value IS 93 (36.72% from 255) = 21.18%

R = 30.3%
G = 48.52%
B = 21.18%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#85D55D (or 0x85D55D) is known color: Mantis. HEX triplet: 85, D5 and 5D. RGB value is (133,213,93). Sum of RGB (Red+Green+Blue) = 133+213+93=439 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.30% from 439); Green value is 213 (83.59% from 255 or 48.52% from 439); Blue value is 93 (36.72% from 255 or 21.18% from 439); Max value from RGB is 213 - color contains mainly: green. Hex color #85D55D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D55D is #7A2AA2. Grayscale: #AFAFAF. Windows color (decimal): -8006307 or 6149509. OLE color: 6149509.

HSL color Cylindrical-coordinate representation of color #85D55D: hue angle of 100º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #85D55D is Cyan = 0.38, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 133 213 93 -
CMYK 0.38 0 0.56 0.16
HSL 100º 0.59% 0.6% -
HSV(B) 100º 0.56% 0.84% -
XYZ 35.44 53.37 18.79 -
YUV 175.4 81.5 97.76 -
System Red Green Blue C M Y K H S L
Decimal 133 213 93 0.38 0 0.56 0.16 100 0.59 0.6
Hex 85 D5 5D 26 0 38 10 64 3B 3C
Octal 205 325 135 46 0 70 20 144 73 74
Binary 10000101 11010101 1011101 100110 0 111000 10000 1100100 111011 111100

Color Harmonies of #85D55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D55D

Black with #85D55D

Text Example


Text Example

White with #85D55D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,213,93); }

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

background-color css

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

 a { background-color: rgb(133,213,93); }

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

border-color css

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

 span { border-color: rgb(133,213,93); }

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