Html Css Color HEX #85D65E Mantis

📋 copy color: '#85D65E'

red 133 ◦ green 214 ◦ blue 94

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

Shades of Mantis #85D65E

Tints of Mantis #85D65E

RGB

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

 GREEN value IS 214 (83.98% from 255) = 48.53%

 BLUE value IS 94 (37.11% from 255) = 21.32%

R = 30.16%
G = 48.53%
B = 21.32%

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

#85D65E (or 0x85D65E) is known color: Mantis. HEX triplet: 85, D6 and 5E. RGB value is (133,214,94). Sum of RGB (Red+Green+Blue) = 133+214+94=441 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.16% from 441); Green value is 214 (83.98% from 255 or 48.53% from 441); Blue value is 94 (37.11% from 255 or 21.32% from 441); Max value from RGB is 214 - color contains mainly: green. Hex color #85D65E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D65E is #7A29A1. Grayscale: #B0B0B0. Windows color (decimal): -8006050 or 6215301. OLE color: 6215301.

HSL color Cylindrical-coordinate representation of color #85D65E: hue angle of 100.5º 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 #85D65E is Cyan = 0.38, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 133 214 94 -
CMYK 0.38 0 0.56 0.16
HSL 100.5º 0.59% 0.6% -
HSV(B) 100.5º 0.56% 0.84% -
XYZ 35.74 53.89 19.11 -
YUV 176.1 81.66 97.26 -
System Red Green Blue C M Y K H S L
Decimal 133 214 94 0.38 0 0.56 0.16 100.5 0.59 0.6
Hex 85 D6 5E 26 0 38 10 64 3B 3C
Octal 205 326 136 46 0 70 20 144 73 74
Binary 10000101 11010110 1011110 100110 0 111000 10000 1100100 111011 111100

Color Harmonies of #85D65E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D65E

Black with #85D65E

Text Example


Text Example

White with #85D65E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,214,94); }

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

background-color css

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

 a { background-color: rgb(133,214,94); }

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

border-color css

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

 span { border-color: rgb(133,214,94); }

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