Html Css Color HEX #85D35C Mantis

📋 copy color: '#85D35C'

red 133 ◦ green 211 ◦ blue 92

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

Shades of Mantis #85D35C

Tints of Mantis #85D35C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 48.39%

 BLUE value IS 92 (36.33% from 255) = 21.1%

R = 30.5%
G = 48.39%
B = 21.1%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#85D35C (or 0x85D35C) is known color: Mantis. HEX triplet: 85, D3 and 5C. RGB value is (133,211,92). Sum of RGB (Red+Green+Blue) = 133+211+92=436 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.50% from 436); Green value is 211 (82.81% from 255 or 48.39% from 436); Blue value is 92 (36.33% from 255 or 21.10% from 436); Max value from RGB is 211 - color contains mainly: green. Hex color #85D35C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D35C is #7A2CA3. Grayscale: #AEAEAE. Windows color (decimal): -8006820 or 6083461. OLE color: 6083461.

HSL color Cylindrical-coordinate representation of color #85D35C: hue angle of 99.33º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #85D35C is Cyan = 0.37, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB 133 211 92 -
CMYK 0.37 0 0.56 0.17
HSL 99.33º 0.57% 0.59% -
HSV(B) 99.33º 0.56% 0.83% -
XYZ 34.9 52.35 18.39 -
YUV 174.11 81.66 98.68 -
System Red Green Blue C M Y K H S L
Decimal 133 211 92 0.37 0 0.56 0.17 99.33 0.57 0.59
Hex 85 D3 5C 25 0 38 11 63 39 3B
Octal 205 323 134 45 0 70 21 143 71 73
Binary 10000101 11010011 1011100 100101 0 111000 10001 1100011 111001 111011

Color Harmonies of #85D35C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D35C

Black with #85D35C

Text Example


Text Example

White with #85D35C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,211,92); }

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

background-color css

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

 a { background-color: rgb(133,211,92); }

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

border-color css

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

 span { border-color: rgb(133,211,92); }

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